#D2A371

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

Shades of Putty #D2A371

Tints of Putty #D2A371

Color information

#D2A371 (or 0xD2A371) is unknown color: approx Putty. HEX triplet: D2, A3 and 71. RGB value is (210,163,113). Sum of RGB (Red+Green+Blue) = 210+163+113=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A371 is #2D5C8E. Grayscale: #ABABAB. Windows color (decimal): -2972815 or 7447506. OLE color: 7447506.

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

Color convert

RGB210163113-
CMYK00.220.460.18
HSL30.93º51.87%63.33%-
HSV(B)30.93º46.19%82.35%-
XYZ42.6641.0921.31-
YUV171.3595.07155.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.21%
GREEN value IS 163 (64.06% from 255) = 33.54%
BLUE value IS 113 (44.53% from 255) = 23.25%
R=43.21%
G=33.54%
B=23.25%

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
Decimal21016311300.220.460.1830.9351.8763.33
HexD2A3710162E121f343f
Octal3222431610265622376477
Binary110100101010001111100010101101011101001011111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A371; }

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

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

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

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

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

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

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

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