#D0A271

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

Shades of Putty #D0A271

Tints of Putty #D0A271

Color information

#D0A271 (or 0xD0A271) is unknown color: approx Putty. HEX triplet: D0, A2 and 71. RGB value is (208,162,113). Sum of RGB (Red+Green+Blue) = 208+162+113=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A271 is #2F5D8E. Grayscale: #AAAAAA. Windows color (decimal): -3104143 or 7447248. OLE color: 7447248.

HSL color Cylindrical-coordinate representation of color #D0A271: hue angle of 30.95º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0A271 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB208162113-
CMYK00.220.460.18
HSL30.95º50.26%62.94%-
HSV(B)30.95º45.67%81.57%-
XYZ41.9140.4421.22-
YUV170.1795.74154.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.06%
GREEN value IS 162 (63.67% from 255) = 33.54%
BLUE value IS 113 (44.53% from 255) = 23.40%
R=43.06%
G=33.54%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816211300.220.460.1830.9550.2662.94
HexD0A2710162E121f323f
Octal3202421610265622376277
Binary110100001010001011100010101101011101001011111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A271; }

 p { color: rgb(208,162,113); }

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

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

 a { background-color: rgb(208,162,113); }

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

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

 span { border-color: rgb(208,162,113); }

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