#D5A974

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

Shades of Putty #D5A974

Tints of Putty #D5A974

Color information

#D5A974 (or 0xD5A974) is unknown color: approx Putty. HEX triplet: D5, A9 and 74. RGB value is (213,169,116). Sum of RGB (Red+Green+Blue) = 213+169+116=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A974 is #2A568B. Grayscale: #B0B0B0. Windows color (decimal): -2774668 or 7645653. OLE color: 7645653.

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

Color convert

RGB213169116-
CMYK00.210.460.16
HSL32.78º53.59%64.51%-
HSV(B)32.78º45.54%83.53%-
XYZ44.7843.7822.61-
YUV176.1194.08154.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.77%
GREEN value IS 169 (66.41% from 255) = 33.94%
BLUE value IS 116 (45.70% from 255) = 23.29%
R=42.77%
G=33.94%
B=23.29%

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
Decimal21316911600.210.460.1632.7853.5964.51
HexD5A9740152E10213641
Octal32525116402556204166101
Binary11010101101010011110100010101101110100001000011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A974; }

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

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

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

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

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

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

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

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