#D2B371

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

Shades of Putty #D2B371

Tints of Putty #D2B371

Color information

#D2B371 (or 0xD2B371) is unknown color: approx Putty. HEX triplet: D2, B3 and 71. RGB value is (210,179,113). Sum of RGB (Red+Green+Blue) = 210+179+113=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B371 is #2D4C8E. Grayscale: #B5B5B5. Windows color (decimal): -2968719 or 7451602. OLE color: 7451602.

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

Color convert

RGB210179113-
CMYK00.150.460.18
HSL40.82º51.87%63.33%-
HSV(B)40.82º46.19%82.35%-
XYZ45.6847.1322.31-
YUV180.7489.77148.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.83%
GREEN value IS 179 (70.31% from 255) = 35.66%
BLUE value IS 113 (44.53% from 255) = 22.51%
R=41.83%
G=35.66%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017911300.150.460.1840.8251.8763.33
HexD2B3710F2E1229343f
Octal3222631610175622516477
Binary110100101011001111100010111110111010010101001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B371; }

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

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

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

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

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

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

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

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