#D4A973

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

Shades of Putty #D4A973

Tints of Putty #D4A973

Color information

#D4A973 (or 0xD4A973) is unknown color: approx Putty. HEX triplet: D4, A9 and 73. RGB value is (212,169,115). Sum of RGB (Red+Green+Blue) = 212+169+115=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A973 is #2B568C. Grayscale: #AFAFAF. Windows color (decimal): -2840205 or 7580116. OLE color: 7580116.

HSL color Cylindrical-coordinate representation of color #D4A973: hue angle of 33.4º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4A973 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB212169115-
CMYK00.200.460.17
HSL33.4º53.01%64.12%-
HSV(B)33.4º45.75%83.14%-
XYZ44.4343.6122.3-
YUV175.793.75153.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.74%
GREEN value IS 169 (66.41% from 255) = 34.07%
BLUE value IS 115 (45.31% from 255) = 23.19%
R=42.74%
G=34.07%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216911500.200.460.1733.453.0164.12
HexD4A9730142E11213540
Octal32425116302456214165100
Binary11010100101010011110011010100101110100011000011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A973; }

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

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

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

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

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

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

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

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