#d2ac6e

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

Shades of Putty #D2AC6E

Tints of Putty #D2AC6E

Color information

#D2AC6E (or 0xD2AC6E) is unknown color: approx Putty. HEX triplet: D2, AC and 6E. RGB value is (210,172,110). Sum of RGB (Red+Green+Blue) = 210+172+110=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AC6E is #2D5391. Grayscale: #B0B0B0. Windows color (decimal): -2970514 or 7253202. OLE color: 7253202.

HSL color Cylindrical-coordinate representation of color #D2AC6E: hue angle of 37.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2AC6E is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB210172110-
CMYK00.180.480.18
HSL37.2º52.63%62.75%-
HSV(B)37.2º47.62%82.35%-
XYZ44.1544.3320.98-
YUV176.2990.59152.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.68%
GREEN value IS 172 (67.58% from 255) = 34.96%
BLUE value IS 110 (43.36% from 255) = 22.36%
R=42.68%
G=34.96%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017211000.180.480.1837.252.6362.75
HexD2AC6E012301225353f
Octal3222541560226022456577
Binary1101001010101100110111001001011000010010100101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2ac6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2ac6e; }

 p { color: rgb(210,172,110); }

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

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

 a { background-color: rgb(210,172,110); }

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

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

 span { border-color: rgb(210,172,110); }

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