#D2B071

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

Shades of Putty #D2B071

Tints of Putty #D2B071

Color information

#D2B071 (or 0xD2B071) is unknown color: approx Putty. HEX triplet: D2, B0 and 71. RGB value is (210,176,113). Sum of RGB (Red+Green+Blue) = 210+176+113=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B071 is #2D4F8E. Grayscale: #B3B3B3. Windows color (decimal): -2969487 or 7450834. OLE color: 7450834.

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

Color convert

RGB210176113-
CMYK00.160.460.18
HSL38.97º51.87%63.33%-
HSV(B)38.97º46.19%82.35%-
XYZ45.0845.9422.11-
YUV178.9890.76150.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.08%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 113 (44.53% from 255) = 22.65%
R=42.08%
G=35.27%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017611300.160.460.1838.9751.8763.33
HexD2B0710102E1227343f
Octal3222601610205622476477
Binary1101001010110000111000101000010111010010100111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B071; }

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

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

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

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

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

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

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

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