Html Css Color HEX #CDC479 Winter Hazel

📋 copy color: '#CDC479'

red 205 ◦ green 196 ◦ blue 121

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

Shades of Winter Hazel #CDC479

Tints of Winter Hazel #CDC479

RGB

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

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

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

R = 39.27%
G = 37.55%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CDC479 (or 0xCDC479) is known color: Winter Hazel. HEX triplet: CD, C4 and 79. RGB value is (205,196,121). Sum of RGB (Red+Green+Blue) = 205+196+121=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 121 (47.66% from 255 or 23.18% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC479 is #323B86. Grayscale: #BEBEBE. Windows color (decimal): -3292039 or 7980237. OLE color: 7980237.

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

Color convert

RGB 205 196 121 -
CMYK 0 0.04 0.41 0.20
HSL 53.57º 0.46% 0.64% -
HSV(B) 53.57º 0.41% 0.8% -
XYZ 48.37 53.84 25.93 -
YUV 190.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 205 196 121 0 0.04 0.41 0.20 53.57 0.46 0.64
Hex CD C4 79 0 4 29 14 36 2E 40
Octal 315 304 171 0 4 51 24 66 56 100
Binary 11001101 11000100 1111001 0 100 101001 10100 110110 101110 1000000

Color Harmonies of #CDC479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC479

Black with #CDC479

Text Example


Text Example

White with #CDC479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC479; }

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

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

background-color css

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

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

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

border-color css

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

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

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