Html Css Color HEX #CDC574 Winter Hazel

📋 copy color: '#CDC574'

red 205 ◦ green 197 ◦ blue 116

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

Shades of Winter Hazel #CDC574

Tints of Winter Hazel #CDC574

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.03%

 BLUE value IS 116 (45.7% from 255) = 22.39%

R = 39.58%
G = 38.03%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CDC574 (or 0xCDC574) is known color: Winter Hazel. HEX triplet: CD, C5 and 74. RGB value is (205,197,116). Sum of RGB (Red+Green+Blue) = 205+197+116=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC574 is #323A8B. Grayscale: #BEBEBE. Windows color (decimal): -3291788 or 7652813. OLE color: 7652813.

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

Color convert

RGB 205 197 116 -
CMYK 0 0.04 0.43 0.20
HSL 54.61º 0.47% 0.63% -
HSV(B) 54.61º 0.43% 0.8% -
XYZ 48.3 54.17 24.43 -
YUV 190.16 86.15 138.59 -
System Red Green Blue C M Y K H S L
Decimal 205 197 116 0 0.04 0.43 0.20 54.61 0.47 0.63
Hex CD C5 74 0 4 2B 14 37 2F 3F
Octal 315 305 164 0 4 53 24 67 57 77
Binary 11001101 11000101 1110100 0 100 101011 10100 110111 101111 111111

Color Harmonies of #CDC574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC574

Black with #CDC574

Text Example


Text Example

White with #CDC574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC574; }

 p { color: rgb(205,197,116); }

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

background-color css

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

 a { background-color: rgb(205,197,116); }

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

border-color css

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

 span { border-color: rgb(205,197,116); }

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