#D4AA73

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

Shades of Putty #D4AA73

Tints of Putty #D4AA73

Color information

#D4AA73 (or 0xD4AA73) is unknown color: approx Putty. HEX triplet: D4, AA and 73. RGB value is (212,170,115). Sum of RGB (Red+Green+Blue) = 212+170+115=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AA73 is #2B558C. Grayscale: #B0B0B0. Windows color (decimal): -2839949 or 7580372. OLE color: 7580372.

HSL color Cylindrical-coordinate representation of color #D4AA73: hue angle of 34.02º 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 #D4AA73 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB212170115-
CMYK00.200.460.17
HSL34.02º53.01%64.12%-
HSV(B)34.02º45.75%83.14%-
XYZ44.6243.9822.36-
YUV176.2993.41153.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.66%
GREEN value IS 170 (66.80% from 255) = 34.21%
BLUE value IS 115 (45.31% from 255) = 23.14%
R=42.66%
G=34.21%
B=23.14%

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
Decimal21217011500.200.460.1734.0253.0164.12
HexD4AA730142E11223540
Octal32425216302456214265100
Binary11010100101010101110011010100101110100011000101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AA73; }

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

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

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

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

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

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

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

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