#D7A86C

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

Shades of Putty #D7A86C

Tints of Putty #D7A86C

Color information

#D7A86C (or 0xD7A86C) is unknown color: approx Putty. HEX triplet: D7, A8 and 6C. RGB value is (215,168,108). Sum of RGB (Red+Green+Blue) = 215+168+108=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A86C is #285793. Grayscale: #AFAFAF. Windows color (decimal): -2643860 or 7121111. OLE color: 7121111.

HSL color Cylindrical-coordinate representation of color #D7A86C: hue angle of 33.64º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7A86C is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB215168108-
CMYK00.220.500.16
HSL33.64º57.22%63.33%-
HSV(B)33.64º49.77%84.31%-
XYZ44.7343.5420.23-
YUV175.2190.07156.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.79%
GREEN value IS 168 (66.02% from 255) = 34.22%
BLUE value IS 108 (42.58% from 255) = 22.00%
R=43.79%
G=34.22%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516810800.220.500.1633.6457.2263.33
HexD7A86C016321022393f
Octal3272501540266220427177
Binary1101011110101000110110001011011001010000100010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A86C; }

 p { color: rgb(215,168,108); }

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

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

 a { background-color: rgb(215,168,108); }

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

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

 span { border-color: rgb(215,168,108); }

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