#D2A975

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

Shades of Putty #D2A975

Tints of Putty #D2A975

Color information

#D2A975 (or 0xD2A975) is unknown color: approx Putty. HEX triplet: D2, A9 and 75. RGB value is (210,169,117). Sum of RGB (Red+Green+Blue) = 210+169+117=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A975 is #2D568A. Grayscale: #AFAFAF. Windows color (decimal): -2971275 or 7711186. OLE color: 7711186.

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

Color convert

RGB210169117-
CMYK00.200.440.18
HSL33.55º50.82%64.12%-
HSV(B)33.55º44.29%82.35%-
XYZ43.9843.3622.88-
YUV175.3395.08152.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.34%
GREEN value IS 169 (66.41% from 255) = 34.07%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=42.34%
G=34.07%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016911700.200.440.1833.5550.8264.12
HexD2A9750142C12223340
Octal32225116502454224263100
Binary11010010101010011110101010100101100100101000101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A975; }

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

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

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

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

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

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

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

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