#CDC171

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

Shades of Winter Hazel #CDC171

Tints of Winter Hazel #CDC171

Color information

#CDC171 (or 0xCDC171) is unknown color: approx Winter Hazel. HEX triplet: CD, C1 and 71. RGB value is (205,193,113). Sum of RGB (Red+Green+Blue) = 205+193+113=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC171 is #323E8E. Grayscale: #BBBBBB. Windows color (decimal): -3292815 or 7455181. OLE color: 7455181.

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

Color convert

RGB205193113-
CMYK00.060.450.20
HSL52.17º47.92%62.35%-
HSV(B)52.17º44.88%80.39%-
XYZ47.2352.3123.23-
YUV187.4785.98140.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 193 (75.78% from 255) = 37.77%
BLUE value IS 113 (44.53% from 255) = 22.11%
R=40.12%
G=37.77%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519311300.060.450.2052.1747.9262.35
HexCDC171062D1434303e
Octal315301161065524646076
Binary11001101110000011110001011010110110100110100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC171; }

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

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

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

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

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

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

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

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