Html Css Color HEX #CDC77C Winter Hazel

📋 copy color: '#CDC77C'

red 205 ◦ green 199 ◦ blue 124

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

Shades of Winter Hazel #CDC77C

Tints of Winter Hazel #CDC77C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.48%

R = 38.83%
G = 37.69%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CDC77C (or 0xCDC77C) is known color: Winter Hazel. HEX triplet: CD, C7 and 7C. RGB value is (205,199,124). Sum of RGB (Red+Green+Blue) = 205+199+124=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 124 (48.83% from 255 or 23.48% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC77C is #323883. Grayscale: #C0C0C0. Windows color (decimal): -3291268 or 8177613. OLE color: 8177613.

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

Color convert

RGB 205 199 124 -
CMYK 0 0.03 0.40 0.20
HSL 55.56º 0.45% 0.65% -
HSV(B) 55.56º 0.4% 0.8% -
XYZ 49.24 55.28 27.14 -
YUV 192.24 89.49 137.1 -
System Red Green Blue C M Y K H S L
Decimal 205 199 124 0 0.03 0.40 0.20 55.56 0.45 0.65
Hex CD C7 7C 0 3 28 14 38 2D 41
Octal 315 307 174 0 3 50 24 70 55 101
Binary 11001101 11000111 1111100 0 11 101000 10100 111000 101101 1000001

Color Harmonies of #CDC77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC77C

Black with #CDC77C

Text Example


Text Example

White with #CDC77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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