Html Css Color HEX #CDC477 Winter Hazel

📋 copy color: '#CDC477'

red 205 ◦ green 196 ◦ blue 119

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

Shades of Winter Hazel #CDC477

Tints of Winter Hazel #CDC477

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.69%

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

R = 39.42%
G = 37.69%
B = 22.88%

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

#CDC477 (or 0xCDC477) is known color: Winter Hazel. HEX triplet: CD, C4 and 77. RGB value is (205,196,119). Sum of RGB (Red+Green+Blue) = 205+196+119=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC477 is #323B88. Grayscale: #BEBEBE. Windows color (decimal): -3292041 or 7849165. OLE color: 7849165.

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

Color convert

RGB 205 196 119 -
CMYK 0 0.04 0.42 0.20
HSL 53.72º 0.46% 0.64% -
HSV(B) 53.72º 0.42% 0.8% -
XYZ 48.25 53.79 25.29 -
YUV 189.91 87.98 138.76 -
System Red Green Blue C M Y K H S L
Decimal 205 196 119 0 0.04 0.42 0.20 53.72 0.46 0.64
Hex CD C4 77 0 4 2A 14 36 2E 40
Octal 315 304 167 0 4 52 24 66 56 100
Binary 11001101 11000100 1110111 0 100 101010 10100 110110 101110 1000000

Color Harmonies of #CDC477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC477

Black with #CDC477

Text Example


Text Example

White with #CDC477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC477; }

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

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

background-color css

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

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

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

border-color css

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

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

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