#CDB248

Color #CDB248 Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #CDB248

Tints of Sundance #CDB248

Color information

#CDB248 (or 0xCDB248) is unknown color: approx Sundance. HEX triplet: CD, B2 and 48. RGB value is (205,178,72). Sum of RGB (Red+Green+Blue) = 205+178+72=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB248 is #324DB7. Grayscale: #AEAEAE. Windows color (decimal): -3296696 or 4764365. OLE color: 4764365.

HSL color Cylindrical-coordinate representation of color #CDB248: hue angle of 47.82º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDB248 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB20517872-
CMYK00.130.650.20
HSL47.82º57.08%54.31%-
HSV(B)47.82º64.88%80.39%-
XYZ42.2745.2912.64-
YUV173.9970.45150.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 45.05%
GREEN value IS 178 (69.92% from 255) = 39.12%
BLUE value IS 72 (28.52% from 255) = 15.82%
R=45.05%
G=39.12%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051787200.130.650.2047.8257.0854.31
HexCDB2480D4114303936
Octal31526211001510124607166
Binary1100110110110010100100001101100000110100110000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB248; }

 p { color: rgb(205,178,72); }

 H1.HeaderClassName
 {
   color: #CDB248;
 }
 .AnyTagClassName
 {
   color: #CDB248;
 }
</style>
background-color css

<style>
 a { background-color: #CDB248; }

 a { background-color: rgb(205,178,72); }

 div.DivClassName
 {
   background-color: #CDB248;
 }
 .BgClassName
 {
   background-color: #CDB248;
 }
</style>
border-color css

<style>
 span { border-color: #CDB248; }

 span { border-color: rgb(205,178,72); }

 td.TdClassName
 {
   border-color: #CDB248;
 }
 .TagClassName
 {
   border-color: #CDB248;
 }
</style>