#D4AB73

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

Shades of Putty #D4AB73

Tints of Putty #D4AB73

Color information

#D4AB73 (or 0xD4AB73) is unknown color: approx Putty. HEX triplet: D4, AB and 73. RGB value is (212,171,115). Sum of RGB (Red+Green+Blue) = 212+171+115=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AB73 is #2B548C. Grayscale: #B1B1B1. Windows color (decimal): -2839693 or 7580628. OLE color: 7580628.

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

Color convert

RGB212171115-
CMYK00.190.460.17
HSL34.64º53.01%64.12%-
HSV(B)34.64º45.75%83.14%-
XYZ44.8144.3622.42-
YUV176.8893.08153.05-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.57%
GREEN value IS 171 (67.19% from 255) = 34.34%
BLUE value IS 115 (45.31% from 255) = 23.09%
R=42.57%
G=34.34%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217111500.190.460.1734.6453.0164.12
HexD4AB730132E11233540
Octal32425316302356214365100
Binary11010100101010111110011010011101110100011000111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AB73; }

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

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

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

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

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

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

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

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