#D2A675

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

Shades of Putty #D2A675

Tints of Putty #D2A675

Color information

#D2A675 (or 0xD2A675) is unknown color: approx Putty. HEX triplet: D2, A6 and 75. RGB value is (210,166,117). Sum of RGB (Red+Green+Blue) = 210+166+117=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A675 is #2D598A. Grayscale: #ADADAD. Windows color (decimal): -2972043 or 7710418. OLE color: 7710418.

HSL color Cylindrical-coordinate representation of color #D2A675: hue angle of 31.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 #D2A675 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB210166117-
CMYK00.210.440.18
HSL31.61º50.82%64.12%-
HSV(B)31.61º44.29%82.35%-
XYZ43.4342.2622.7-
YUV173.5796.08153.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.60%
GREEN value IS 166 (65.23% from 255) = 33.67%
BLUE value IS 117 (46.09% from 255) = 23.73%
R=42.60%
G=33.67%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016611700.210.440.1831.6150.8264.12
HexD2A6750152C12203340
Octal32224616502554224063100
Binary11010010101001101110101010101101100100101000001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A675; }

 p { color: rgb(210,166,117); }

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

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

 a { background-color: rgb(210,166,117); }

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

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

 span { border-color: rgb(210,166,117); }

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