Html Css Color HEX #CDC079 Winter Hazel

📋 copy color: '#CDC079'

red 205 ◦ green 192 ◦ blue 121

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

Shades of Winter Hazel #CDC079

Tints of Winter Hazel #CDC079

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.07%

 BLUE value IS 121 (47.66% from 255) = 23.36%

R = 39.58%
G = 37.07%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CDC079 (or 0xCDC079) is known color: Winter Hazel. HEX triplet: CD, C0 and 79. RGB value is (205,192,121). Sum of RGB (Red+Green+Blue) = 205+192+121=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC079 is #323F86. Grayscale: #BCBCBC. Windows color (decimal): -3293063 or 7979213. OLE color: 7979213.

HSL color Cylindrical-coordinate representation of color #CDC079: hue angle of 50.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDC079 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 192 121 -
CMYK 0 0.06 0.41 0.20
HSL 50.71º 0.46% 0.64% -
HSV(B) 50.71º 0.41% 0.8% -
XYZ 47.48 52.06 25.64 -
YUV 187.79 90.31 140.27 -
System Red Green Blue C M Y K H S L
Decimal 205 192 121 0 0.06 0.41 0.20 50.71 0.46 0.64
Hex CD C0 79 0 6 29 14 33 2E 40
Octal 315 300 171 0 6 51 24 63 56 100
Binary 11001101 11000000 1111001 0 110 101001 10100 110011 101110 1000000

Color Harmonies of #CDC079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC079

Black with #CDC079

Text Example


Text Example

White with #CDC079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC079; }

 p { color: rgb(205,192,121); }

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

background-color css

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

 a { background-color: rgb(205,192,121); }

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

border-color css

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

 span { border-color: rgb(205,192,121); }

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