Html Css Color HEX #CDC672 Winter Hazel

📋 copy color: '#CDC672'

red 205 ◦ green 198 ◦ blue 114

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

Shades of Winter Hazel #CDC672

Tints of Winter Hazel #CDC672

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.3%

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

R = 39.65%
G = 38.3%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CDC672 (or 0xCDC672) is known color: Winter Hazel. HEX triplet: CD, C6 and 72. RGB value is (205,198,114). Sum of RGB (Red+Green+Blue) = 205+198+114=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC672 is #32398D. Grayscale: #BEBEBE. Windows color (decimal): -3291534 or 7521997. OLE color: 7521997.

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

Color convert

RGB 205 198 114 -
CMYK 0 0.03 0.44 0.20
HSL 55.38º 0.48% 0.63% -
HSV(B) 55.38º 0.44% 0.8% -
XYZ 48.41 54.58 23.9 -
YUV 190.52 84.82 138.33 -
System Red Green Blue C M Y K H S L
Decimal 205 198 114 0 0.03 0.44 0.20 55.38 0.48 0.63
Hex CD C6 72 0 3 2C 14 37 30 3F
Octal 315 306 162 0 3 54 24 67 60 77
Binary 11001101 11000110 1110010 0 11 101100 10100 110111 110000 111111

Color Harmonies of #CDC672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC672

Black with #CDC672

Text Example


Text Example

White with #CDC672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC672; }

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

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

background-color css

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

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

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

border-color css

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

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

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