#D5A570

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

Shades of Putty #D5A570

Tints of Putty #D5A570

Color information

#D5A570 (or 0xD5A570) is unknown color: approx Putty. HEX triplet: D5, A5 and 70. RGB value is (213,165,112). Sum of RGB (Red+Green+Blue) = 213+165+112=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A570 is #2A5A8F. Grayscale: #ADADAD. Windows color (decimal): -2775696 or 7382485. OLE color: 7382485.

HSL color Cylindrical-coordinate representation of color #D5A570: hue angle of 31.49º 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 #D5A570 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB213165112-
CMYK00.230.470.16
HSL31.49º54.59%63.73%-
HSV(B)31.49º47.42%83.53%-
XYZ43.8242.2321.17-
YUV173.3193.4156.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.47%
GREEN value IS 165 (64.84% from 255) = 33.67%
BLUE value IS 112 (44.14% from 255) = 22.86%
R=43.47%
G=33.67%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316511200.230.470.1631.4954.5963.73
HexD5A5700172F101f3740
Octal32524516002757203767100
Binary1101010110100101111000001011110111110000111111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A570; }

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

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

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

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

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

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

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

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