#CDC57D

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

Shades of Winter Hazel #CDC57D

Tints of Winter Hazel #CDC57D

Color information

#CDC57D (or 0xCDC57D) is unknown color: approx Winter Hazel. HEX triplet: CD, C5 and 7D. RGB value is (205,197,125). Sum of RGB (Red+Green+Blue) = 205+197+125=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC57D is #323A82. Grayscale: #BFBFBF. Windows color (decimal): -3291779 or 8242637. OLE color: 8242637.

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

Color convert

RGB205197125-
CMYK00.040.390.20
HSL54º44.44%64.71%-
HSV(B)54º39.02%80.39%-
XYZ48.8454.3927.33-
YUV191.1890.65137.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 197 (77.34% from 255) = 37.38%
BLUE value IS 125 (49.22% from 255) = 23.72%
R=38.90%
G=37.38%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519712500.040.390.205444.4464.71
HexCDC57D042714362c41
Octal3153051750447246654101
Binary110011011100010111111010100100111101001101101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC57D; }

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

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

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

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

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

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

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

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