#CDC57A

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

Shades of Winter Hazel #CDC57A

Tints of Winter Hazel #CDC57A

Color information

#CDC57A (or 0xCDC57A) is unknown color: approx Winter Hazel. HEX triplet: CD, C5 and 7A. RGB value is (205,197,122). Sum of RGB (Red+Green+Blue) = 205+197+122=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC57A is #323A85. Grayscale: #BFBFBF. Windows color (decimal): -3291782 or 8046029. OLE color: 8046029.

HSL color Cylindrical-coordinate representation of color #CDC57A: hue angle of 54.22º 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 #CDC57A is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB205197122-
CMYK00.040.400.20
HSL54.22º45.36%64.12%-
HSV(B)54.22º40.49%80.39%-
XYZ48.6654.3226.33-
YUV190.8489.15138.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 197 (77.34% from 255) = 37.60%
BLUE value IS 122 (48.05% from 255) = 23.28%
R=39.12%
G=37.60%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519712200.040.400.2054.2245.3664.12
HexCDC57A042814362d40
Octal3153051720450246655100
Binary110011011100010111110100100101000101001101101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC57A; }

 p { color: rgb(205,197,122); }

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

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

 a { background-color: rgb(205,197,122); }

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

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

 span { border-color: rgb(205,197,122); }

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