#D0A371

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

Shades of Putty #D0A371

Tints of Putty #D0A371

Color information

#D0A371 (or 0xD0A371) is unknown color: approx Putty. HEX triplet: D0, A3 and 71. RGB value is (208,163,113). Sum of RGB (Red+Green+Blue) = 208+163+113=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A371 is #2F5C8E. Grayscale: #ABABAB. Windows color (decimal): -3103887 or 7447504. OLE color: 7447504.

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

Color convert

RGB208163113-
CMYK00.220.460.18
HSL31.58º50.26%62.94%-
HSV(B)31.58º45.67%81.57%-
XYZ42.0940.821.28-
YUV170.7695.41154.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.98%
GREEN value IS 163 (64.06% from 255) = 33.68%
BLUE value IS 113 (44.53% from 255) = 23.35%
R=42.98%
G=33.68%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816311300.220.460.1831.5850.2662.94
HexD0A3710162E1220323f
Octal3202431610265622406277
Binary1101000010100011111000101011010111010010100000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A371; }

 p { color: rgb(208,163,113); }

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

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

 a { background-color: rgb(208,163,113); }

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

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

 span { border-color: rgb(208,163,113); }

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