#D6A975

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

Shades of Putty #D6A975

Tints of Putty #D6A975

Color information

#D6A975 (or 0xD6A975) is unknown color: approx Putty. HEX triplet: D6, A9 and 75. RGB value is (214,169,117). Sum of RGB (Red+Green+Blue) = 214+169+117=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A975 is #29568A. Grayscale: #B0B0B0. Windows color (decimal): -2709131 or 7711190. OLE color: 7711190.

HSL color Cylindrical-coordinate representation of color #D6A975: hue angle of 32.16º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6A975 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB214169117-
CMYK00.210.450.16
HSL32.16º54.19%64.9%-
HSV(B)32.16º45.33%83.92%-
XYZ45.1343.9622.94-
YUV176.5394.41154.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.8%
GREEN value IS 169 (66.41% from 255) = 33.8%
BLUE value IS 117 (46.09% from 255) = 23.4%
R=42.8%
G=33.8%
B=23.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416911700.210.450.1632.1654.1964.9
HexD6A9750152D10203641
Octal32625116502555204066101
Binary11010110101010011110101010101101101100001000001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A975; }

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

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

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

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

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

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

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

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