#D0A471

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

Shades of Putty #D0A471

Tints of Putty #D0A471

Color information

#D0A471 (or 0xD0A471) is unknown color: approx Putty. HEX triplet: D0, A4 and 71. RGB value is (208,164,113). Sum of RGB (Red+Green+Blue) = 208+164+113=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A471 is #2F5B8E. Grayscale: #ABABAB. Windows color (decimal): -3103631 or 7447760. OLE color: 7447760.

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

Color convert

RGB208164113-
CMYK00.210.460.18
HSL32.21º50.26%62.94%-
HSV(B)32.21º45.67%81.57%-
XYZ42.2741.1521.34-
YUV171.3495.08154.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.89%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 113 (44.53% from 255) = 23.30%
R=42.89%
G=33.81%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816411300.210.460.1832.2150.2662.94
HexD0A4710152E1220323f
Octal3202441610255622406277
Binary1101000010100100111000101010110111010010100000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A471; }

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

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

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

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

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

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

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

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