Html Css Color HEX #CDC472 Winter Hazel

📋 copy color: '#CDC472'

red 205 ◦ green 196 ◦ blue 114

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

Shades of Winter Hazel #CDC472

Tints of Winter Hazel #CDC472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.14%

R = 39.81%
G = 38.06%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CDC472 (or 0xCDC472) is known color: Winter Hazel. HEX triplet: CD, C4 and 72. RGB value is (205,196,114). Sum of RGB (Red+Green+Blue) = 205+196+114=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC472 is #323B8D. Grayscale: #BDBDBD. Windows color (decimal): -3292046 or 7521485. OLE color: 7521485.

HSL color Cylindrical-coordinate representation of color #CDC472: hue angle of 54.07º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDC472 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 196 114 -
CMYK 0 0.04 0.44 0.20
HSL 54.07º 0.48% 0.63% -
HSV(B) 54.07º 0.44% 0.8% -
XYZ 47.95 53.67 23.75 -
YUV 189.34 85.48 139.17 -
System Red Green Blue C M Y K H S L
Decimal 205 196 114 0 0.04 0.44 0.20 54.07 0.48 0.63
Hex CD C4 72 0 4 2C 14 36 30 3F
Octal 315 304 162 0 4 54 24 66 60 77
Binary 11001101 11000100 1110010 0 100 101100 10100 110110 110000 111111

Color Harmonies of #CDC472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC472

Black with #CDC472

Text Example


Text Example

White with #CDC472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC472; }

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

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

background-color css

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

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

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

border-color css

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

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

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