Html Css Color HEX #CDC072 Winter Hazel

📋 copy color: '#CDC072'

red 205 ◦ green 192 ◦ blue 114

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

Shades of Winter Hazel #CDC072

Tints of Winter Hazel #CDC072

RGB

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

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

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

R = 40.12%
G = 37.57%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CDC072 (or 0xCDC072) is known color: Winter Hazel. HEX triplet: CD, C0 and 72. RGB value is (205,192,114). Sum of RGB (Red+Green+Blue) = 205+192+114=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC072 is #323F8D. Grayscale: #BBBBBB. Windows color (decimal): -3293070 or 7520461. OLE color: 7520461.

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

Color convert

RGB 205 192 114 -
CMYK 0 0.06 0.44 0.20
HSL 51.43º 0.48% 0.63% -
HSV(B) 51.43º 0.44% 0.8% -
XYZ 47.06 51.89 23.46 -
YUV 187 86.81 140.84 -
System Red Green Blue C M Y K H S L
Decimal 205 192 114 0 0.06 0.44 0.20 51.43 0.48 0.63
Hex CD C0 72 0 6 2C 14 33 30 3F
Octal 315 300 162 0 6 54 24 63 60 77
Binary 11001101 11000000 1110010 0 110 101100 10100 110011 110000 111111

Color Harmonies of #CDC072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC072

Black with #CDC072

Text Example


Text Example

White with #CDC072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC072; }

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

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

background-color css

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

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

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

border-color css

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

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

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