#CDB252

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

Shades of Sundance #CDB252

Tints of Sundance #CDB252

Color information

#CDB252 (or 0xCDB252) is unknown color: approx Sundance. HEX triplet: CD, B2 and 52. RGB value is (205,178,82). Sum of RGB (Red+Green+Blue) = 205+178+82=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB252 is #324DAD. Grayscale: #AFAFAF. Windows color (decimal): -3296686 or 5419725. OLE color: 5419725.

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

Color convert

RGB20517882-
CMYK00.130.60.20
HSL46.83º55.16%56.27%-
HSV(B)46.83º60%80.39%-
XYZ42.6245.4314.51-
YUV175.1375.45149.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.09%
GREEN value IS 178 (69.92% from 255) = 38.28%
BLUE value IS 82 (32.42% from 255) = 17.63%
R=44.09%
G=38.28%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051788200.130.60.2046.8355.1656.27
HexCDB2520D3C142f3738
Octal3152621220157424576770
Binary110011011011001010100100110111110010100101111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB252; }

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

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

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

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

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

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

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

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