Html Css Color HEX #CDC776 Winter Hazel

📋 copy color: '#CDC776'

red 205 ◦ green 199 ◦ blue 118

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

Shades of Winter Hazel #CDC776

Tints of Winter Hazel #CDC776

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.12%

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

R = 39.27%
G = 38.12%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CDC776 (or 0xCDC776) is known color: Winter Hazel. HEX triplet: CD, C7 and 76. RGB value is (205,199,118). Sum of RGB (Red+Green+Blue) = 205+199+118=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC776 is #323889. Grayscale: #BFBFBF. Windows color (decimal): -3291274 or 7784397. OLE color: 7784397.

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

Color convert

RGB 205 199 118 -
CMYK 0 0.03 0.42 0.20
HSL 55.86º 0.47% 0.63% -
HSV(B) 55.86º 0.42% 0.8% -
XYZ 48.87 55.13 25.21 -
YUV 191.56 86.49 137.59 -
System Red Green Blue C M Y K H S L
Decimal 205 199 118 0 0.03 0.42 0.20 55.86 0.47 0.63
Hex CD C7 76 0 3 2A 14 38 2F 3F
Octal 315 307 166 0 3 52 24 70 57 77
Binary 11001101 11000111 1110110 0 11 101010 10100 111000 101111 111111

Color Harmonies of #CDC776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC776

Black with #CDC776

Text Example


Text Example

White with #CDC776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC776; }

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

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

background-color css

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

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

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

border-color css

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

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

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