Html Css Color HEX #CDC576 Winter Hazel

📋 copy color: '#CDC576'

red 205 ◦ green 197 ◦ blue 118

#CDC576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #CDC576

Tints of Winter Hazel #CDC576

RGB

 RED value IS 205 (80.47% from 255) = 39.42%

 GREEN value IS 197 (77.34% from 255) = 37.88%

 BLUE value IS 118 (46.48% from 255) = 22.69%

R = 39.42%
G = 37.88%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CDC576 (or 0xCDC576) is known color: Winter Hazel. HEX triplet: CD, C5 and 76. RGB value is (205,197,118). Sum of RGB (Red+Green+Blue) = 205+197+118=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC576 is #323A89. Grayscale: #BEBEBE. Windows color (decimal): -3291786 or 7783885. OLE color: 7783885.

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

Color convert

RGB 205 197 118 -
CMYK 0 0.04 0.42 0.20
HSL 54.48º 0.47% 0.63% -
HSV(B) 54.48º 0.42% 0.8% -
XYZ 48.41 54.22 25.05 -
YUV 190.39 87.15 138.42 -
System Red Green Blue C M Y K H S L
Decimal 205 197 118 0 0.04 0.42 0.20 54.48 0.47 0.63
Hex CD C5 76 0 4 2A 14 36 2F 3F
Octal 315 305 166 0 4 52 24 66 57 77
Binary 11001101 11000101 1110110 0 100 101010 10100 110110 101111 111111

Color Harmonies of #CDC576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC576

Black with #CDC576

Text Example


Text Example

White with #CDC576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC576; }

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

 H1.HeaderClassName
 {
   color: #CDC576;
 }
 .AnyTagClassName
 {
   color: #CDC576;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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