#D5A973

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

Shades of Putty #D5A973

Tints of Putty #D5A973

Color information

#D5A973 (or 0xD5A973) is unknown color: approx Putty. HEX triplet: D5, A9 and 73. RGB value is (213,169,115). Sum of RGB (Red+Green+Blue) = 213+169+115=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A973 is #2A568C. Grayscale: #B0B0B0. Windows color (decimal): -2774669 or 7580117. OLE color: 7580117.

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

Color convert

RGB213169115-
CMYK00.210.460.16
HSL33.06º53.85%64.31%-
HSV(B)33.06º46.01%83.53%-
XYZ44.7243.7622.31-
YUV17693.58154.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.86%
GREEN value IS 169 (66.41% from 255) = 34.00%
BLUE value IS 115 (45.31% from 255) = 23.14%
R=42.86%
G=34.00%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316911500.210.460.1633.0653.8564.31
HexD5A9730152E10213640
Octal32525116302556204166100
Binary11010101101010011110011010101101110100001000011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A973; }

 p { color: rgb(213,169,115); }

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

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

 a { background-color: rgb(213,169,115); }

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

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

 span { border-color: rgb(213,169,115); }

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