#CDC77F

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

Shades of Winter Hazel #CDC77F

Tints of Winter Hazel #CDC77F

Color information

#CDC77F (or 0xCDC77F) is unknown color: approx Winter Hazel. HEX triplet: CD, C7 and 7F. RGB value is (205,199,127). Sum of RGB (Red+Green+Blue) = 205+199+127=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC77F is #323880. Grayscale: #C0C0C0. Windows color (decimal): -3291265 or 8374221. OLE color: 8374221.

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

Color convert

RGB205199127-
CMYK00.030.380.20
HSL55.38º43.82%65.1%-
HSV(B)55.38º38.05%80.39%-
XYZ49.4355.3628.16-
YUV192.5990.99136.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 199 (78.12% from 255) = 37.48%
BLUE value IS 127 (50% from 255) = 23.92%
R=38.61%
G=37.48%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519912700.030.380.2055.3843.8265.1
HexCDC77F032614372c41
Octal3153071770346246754101
Binary11001101110001111111111011100110101001101111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC77F; }

 p { color: rgb(205,199,127); }

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

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

 a { background-color: rgb(205,199,127); }

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

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

 span { border-color: rgb(205,199,127); }

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