#CDC371

Color #CDC371 Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #CDC371

Tints of Winter Hazel #CDC371

Color information

#CDC371 (or 0xCDC371) is unknown color: approx Winter Hazel. HEX triplet: CD, C3 and 71. RGB value is (205,195,113). Sum of RGB (Red+Green+Blue) = 205+195+113=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC371 is #323C8E. Grayscale: #BCBCBC. Windows color (decimal): -3292303 or 7455693. OLE color: 7455693.

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

Color convert

RGB205195113-
CMYK00.050.450.20
HSL53.48º47.92%62.35%-
HSV(B)53.48º44.88%80.39%-
XYZ47.6753.223.38-
YUV188.6485.31139.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 195 (76.56% from 255) = 38.01%
BLUE value IS 113 (44.53% from 255) = 22.03%
R=39.96%
G=38.01%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519511300.050.450.2053.4847.9262.35
HexCDC371052D1435303e
Octal315303161055524656076
Binary11001101110000111110001010110110110100110101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC371; }

 p { color: rgb(205,195,113); }

 H1.HeaderClassName
 {
   color: #CDC371;
 }
 .AnyTagClassName
 {
   color: #CDC371;
 }
</style>
background-color css

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

 a { background-color: rgb(205,195,113); }

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

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

 span { border-color: rgb(205,195,113); }

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