Html Css Color HEX #CDC077 Winter Hazel

📋 copy color: '#CDC077'

red 205 ◦ green 192 ◦ blue 119

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

Shades of Winter Hazel #CDC077

Tints of Winter Hazel #CDC077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.06%

R = 39.73%
G = 37.21%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CDC077 (or 0xCDC077) is known color: Winter Hazel. HEX triplet: CD, C0 and 77. RGB value is (205,192,119). Sum of RGB (Red+Green+Blue) = 205+192+119=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC077 is #323F88. Grayscale: #BBBBBB. Windows color (decimal): -3293065 or 7848141. OLE color: 7848141.

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

Color convert

RGB 205 192 119 -
CMYK 0 0.06 0.42 0.20
HSL 50.93º 0.46% 0.64% -
HSV(B) 50.93º 0.42% 0.8% -
XYZ 47.36 52.01 25 -
YUV 187.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 205 192 119 0 0.06 0.42 0.20 50.93 0.46 0.64
Hex CD C0 77 0 6 2A 14 33 2E 40
Octal 315 300 167 0 6 52 24 63 56 100
Binary 11001101 11000000 1110111 0 110 101010 10100 110011 101110 1000000

Color Harmonies of #CDC077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC077

Black with #CDC077

Text Example


Text Example

White with #CDC077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC077; }

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

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

background-color css

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

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

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

border-color css

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

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

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