#D8B071

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

Shades of Putty #D8B071

Tints of Putty #D8B071

Color information

#D8B071 (or 0xD8B071) is unknown color: approx Putty. HEX triplet: D8, B0 and 71. RGB value is (216,176,113). Sum of RGB (Red+Green+Blue) = 216+176+113=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B071 is #274F8E. Grayscale: #B5B5B5. Windows color (decimal): -2576271 or 7450840. OLE color: 7450840.

HSL color Cylindrical-coordinate representation of color #D8B071: hue angle of 36.7º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8B071 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB216176113-
CMYK00.190.480.15
HSL36.7º56.91%64.51%-
HSV(B)36.7º47.69%84.71%-
XYZ46.8246.8422.2-
YUV180.7889.75153.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.77%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 113 (44.53% from 255) = 22.38%
R=42.77%
G=34.85%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617611300.190.480.1536.756.9164.51
HexD8B07101330F253941
Octal33026016102360174571101
Binary1101100010110000111000101001111000011111001011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B071; }

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

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

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

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

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

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

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

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