#D2A771

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

Shades of Putty #D2A771

Tints of Putty #D2A771

Color information

#D2A771 (or 0xD2A771) is unknown color: approx Putty. HEX triplet: D2, A7 and 71. RGB value is (210,167,113). Sum of RGB (Red+Green+Blue) = 210+167+113=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A771 is #2D588E. Grayscale: #ADADAD. Windows color (decimal): -2971791 or 7448530. OLE color: 7448530.

HSL color Cylindrical-coordinate representation of color #D2A771: hue angle of 33.4º degrees, saturation: 0.52, 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 #D2A771 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB210167113-
CMYK00.200.460.18
HSL33.4º51.87%63.33%-
HSV(B)33.4º46.19%82.35%-
XYZ43.3842.5321.55-
YUV173.793.75153.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.86%
GREEN value IS 167 (65.62% from 255) = 34.08%
BLUE value IS 113 (44.53% from 255) = 23.06%
R=42.86%
G=34.08%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016711300.200.460.1833.451.8763.33
HexD2A7710142E1221343f
Octal3222471610245622416477
Binary1101001010100111111000101010010111010010100001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A771; }

 p { color: rgb(210,167,113); }

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

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

 a { background-color: rgb(210,167,113); }

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

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

 span { border-color: rgb(210,167,113); }

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