#CDC47B

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

Shades of Winter Hazel #CDC47B

Tints of Winter Hazel #CDC47B

Color information

#CDC47B (or 0xCDC47B) is unknown color: approx Winter Hazel. HEX triplet: CD, C4 and 7B. RGB value is (205,196,123). Sum of RGB (Red+Green+Blue) = 205+196+123=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC47B is #323B84. Grayscale: #BEBEBE. Windows color (decimal): -3292037 or 8111309. OLE color: 8111309.

HSL color Cylindrical-coordinate representation of color #CDC47B: hue angle of 53.41º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDC47B is Cyan = 0, Magento = 0.04, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB205196123-
CMYK00.040.40.20
HSL53.41º45.05%64.31%-
HSV(B)53.41º40%80.39%-
XYZ48.4953.8926.58-
YUV190.3789.98138.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 196 (76.95% from 255) = 37.40%
BLUE value IS 123 (48.44% from 255) = 23.47%
R=39.12%
G=37.40%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519612300.040.40.2053.4145.0564.31
HexCDC47B042814352d40
Octal3153041730450246555100
Binary110011011100010011110110100101000101001101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC47B; }

 p { color: rgb(205,196,123); }

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

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

 a { background-color: rgb(205,196,123); }

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

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

 span { border-color: rgb(205,196,123); }

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