#D0A875

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

Shades of Putty #D0A875

Tints of Putty #D0A875

Color information

#D0A875 (or 0xD0A875) is unknown color: approx Putty. HEX triplet: D0, A8 and 75. RGB value is (208,168,117). Sum of RGB (Red+Green+Blue) = 208+168+117=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A875 is #2F578A. Grayscale: #AEAEAE. Windows color (decimal): -3102603 or 7710928. OLE color: 7710928.

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

Color convert

RGB208168117-
CMYK00.190.440.18
HSL33.63º49.19%63.73%-
HSV(B)33.63º43.75%81.57%-
XYZ43.2342.722.79-
YUV174.1595.75152.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 117 (46.09% from 255) = 23.73%
R=42.19%
G=34.08%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816811700.190.440.1833.6349.1963.73
HexD0A8750132C12223140
Octal32025016502354224261100
Binary11010000101010001110101010011101100100101000101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A875; }

 p { color: rgb(208,168,117); }

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

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

 a { background-color: rgb(208,168,117); }

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

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

 span { border-color: rgb(208,168,117); }

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