#CDC271

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

Shades of Winter Hazel #CDC271

Tints of Winter Hazel #CDC271

Color information

#CDC271 (or 0xCDC271) is unknown color: approx Winter Hazel. HEX triplet: CD, C2 and 71. RGB value is (205,194,113). Sum of RGB (Red+Green+Blue) = 205+194+113=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC271 is #323D8E. Grayscale: #BCBCBC. Windows color (decimal): -3292559 or 7455437. OLE color: 7455437.

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

Color convert

RGB205194113-
CMYK00.050.450.20
HSL52.83º47.92%62.35%-
HSV(B)52.83º44.88%80.39%-
XYZ47.4552.7523.3-
YUV188.0685.64140.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 194 (76.17% from 255) = 37.89%
BLUE value IS 113 (44.53% from 255) = 22.07%
R=40.04%
G=37.89%
B=22.07%

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
Decimal20519411300.050.450.2052.8347.9262.35
HexCDC271052D1435303e
Octal315302161055524656076
Binary11001101110000101110001010110110110100110101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC271; }

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

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

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

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

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

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

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

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