#D2A876

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

Shades of Putty #D2A876

Tints of Putty #D2A876

Color information

#D2A876 (or 0xD2A876) is unknown color: approx Putty. HEX triplet: D2, A8 and 76. RGB value is (210,168,118). Sum of RGB (Red+Green+Blue) = 210+168+118=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A876 is #2D5789. Grayscale: #AFAFAF. Windows color (decimal): -2971530 or 7776466. OLE color: 7776466.

HSL color Cylindrical-coordinate representation of color #D2A876: hue angle of 32.61º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2A876 is Cyan = 0, Magento = 0.2, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB210168118-
CMYK00.20.440.18
HSL32.61º50.55%64.31%-
HSV(B)32.61º43.81%82.35%-
XYZ43.8543.0123.13-
YUV174.8695.91153.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.34%
GREEN value IS 168 (66.02% from 255) = 33.87%
BLUE value IS 118 (46.48% from 255) = 23.79%
R=42.34%
G=33.87%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016811800.20.440.1832.6150.5564.31
HexD2A8760142C12213340
Octal32225016602454224163100
Binary11010010101010001110110010100101100100101000011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A876; }

 p { color: rgb(210,168,118); }

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

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

 a { background-color: rgb(210,168,118); }

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

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

 span { border-color: rgb(210,168,118); }

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