#D2B271

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

Shades of Putty #D2B271

Tints of Putty #D2B271

Color information

#D2B271 (or 0xD2B271) is unknown color: approx Putty. HEX triplet: D2, B2 and 71. RGB value is (210,178,113). Sum of RGB (Red+Green+Blue) = 210+178+113=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B271 is #2D4D8E. Grayscale: #B4B4B4. Windows color (decimal): -2968975 or 7451346. OLE color: 7451346.

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

Color convert

RGB210178113-
CMYK00.150.460.18
HSL40.21º51.87%63.33%-
HSV(B)40.21º46.19%82.35%-
XYZ45.4846.7322.25-
YUV180.1690.1149.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.92%
GREEN value IS 178 (69.92% from 255) = 35.53%
BLUE value IS 113 (44.53% from 255) = 22.55%
R=41.92%
G=35.53%
B=22.55%

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
Decimal21017811300.150.460.1840.2151.8763.33
HexD2B2710F2E1228343f
Octal3222621610175622506477
Binary110100101011001011100010111110111010010101000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B271; }

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

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

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

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

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

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

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

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