#D3AB72

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

Shades of Putty #D3AB72

Tints of Putty #D3AB72

Color information

#D3AB72 (or 0xD3AB72) is unknown color: approx Putty. HEX triplet: D3, AB and 72. RGB value is (211,171,114). Sum of RGB (Red+Green+Blue) = 211+171+114=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AB72 is #2C548D. Grayscale: #B0B0B0. Windows color (decimal): -2905230 or 7515091. OLE color: 7515091.

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

Color convert

RGB211171114-
CMYK00.190.460.17
HSL35.26º52.43%63.73%-
HSV(B)35.26º45.97%82.75%-
XYZ44.4644.1922.11-
YUV176.4692.75152.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.54%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 114 (44.92% from 255) = 22.98%
R=42.54%
G=34.48%
B=22.98%

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
Decimal21117111400.190.460.1735.2652.4363.73
HexD3AB720132E11233440
Octal32325316202356214364100
Binary11010011101010111110010010011101110100011000111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AB72; }

 p { color: rgb(211,171,114); }

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

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

 a { background-color: rgb(211,171,114); }

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

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

 span { border-color: rgb(211,171,114); }

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