#D1A56E

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

Shades of Putty #D1A56E

Tints of Putty #D1A56E

Color information

#D1A56E (or 0xD1A56E) is unknown color: approx Putty. HEX triplet: D1, A5 and 6E. RGB value is (209,165,110). Sum of RGB (Red+Green+Blue) = 209+165+110=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A56E is #2E5A91. Grayscale: #ACACAC. Windows color (decimal): -3037842 or 7251409. OLE color: 7251409.

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

Color convert

RGB209165110-
CMYK00.210.470.18
HSL33.33º51.83%62.55%-
HSV(B)33.33º47.37%81.96%-
XYZ42.5641.5920.54-
YUV171.8993.08154.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.18%
GREEN value IS 165 (64.84% from 255) = 34.09%
BLUE value IS 110 (43.36% from 255) = 22.73%
R=43.18%
G=34.09%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916511000.210.470.1833.3351.8362.55
HexD1A56E0152F1221343f
Octal3212451560255722416477
Binary1101000110100101110111001010110111110010100001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A56E; }

 p { color: rgb(209,165,110); }

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

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

 a { background-color: rgb(209,165,110); }

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

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

 span { border-color: rgb(209,165,110); }

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