#D5A870

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

Shades of Putty #D5A870

Tints of Putty #D5A870

Color information

#D5A870 (or 0xD5A870) is unknown color: approx Putty. HEX triplet: D5, A8 and 70. RGB value is (213,168,112). Sum of RGB (Red+Green+Blue) = 213+168+112=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A870 is #2A578F. Grayscale: #AFAFAF. Windows color (decimal): -2774928 or 7383253. OLE color: 7383253.

HSL color Cylindrical-coordinate representation of color #D5A870: hue angle of 33.27º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5A870 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB213168112-
CMYK00.210.470.16
HSL33.27º54.59%63.73%-
HSV(B)33.27º47.42%83.53%-
XYZ44.3743.3221.35-
YUV175.0792.41155.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.20%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 112 (44.14% from 255) = 22.72%
R=43.20%
G=34.08%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316811200.210.470.1633.2754.5963.73
HexD5A8700152F10213740
Octal32525016002557204167100
Binary11010101101010001110000010101101111100001000011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A870; }

 p { color: rgb(213,168,112); }

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

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

 a { background-color: rgb(213,168,112); }

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

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

 span { border-color: rgb(213,168,112); }

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