#D8B075

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

Shades of Putty #D8B075

Tints of Putty #D8B075

Color information

#D8B075 (or 0xD8B075) is unknown color: approx Putty. HEX triplet: D8, B0 and 75. RGB value is (216,176,117). Sum of RGB (Red+Green+Blue) = 216+176+117=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B075 is #274F8A. Grayscale: #B5B5B5. Windows color (decimal): -2576267 or 7712984. OLE color: 7712984.

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

Color convert

RGB216176117-
CMYK00.190.460.15
HSL35.76º55.93%65.29%-
HSV(B)35.76º45.83%84.71%-
XYZ47.0646.9323.41-
YUV181.2391.75152.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.44%
GREEN value IS 176 (69.14% from 255) = 34.58%
BLUE value IS 117 (46.09% from 255) = 22.99%
R=42.44%
G=34.58%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617611700.190.460.1535.7655.9365.29
HexD8B0750132EF243841
Octal33026016502356174470101
Binary1101100010110000111010101001110111011111001001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B075; }

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

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

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

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

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

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

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

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