#D8B275

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

Shades of Putty #D8B275

Tints of Putty #D8B275

Color information

#D8B275 (or 0xD8B275) is unknown color: approx Putty. HEX triplet: D8, B2 and 75. RGB value is (216,178,117). Sum of RGB (Red+Green+Blue) = 216+178+117=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B275 is #274D8A. Grayscale: #B6B6B6. Windows color (decimal): -2575755 or 7713496. OLE color: 7713496.

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

Color convert

RGB216178117-
CMYK00.180.460.15
HSL36.97º55.93%65.29%-
HSV(B)36.97º45.83%84.71%-
XYZ47.4547.7223.54-
YUV182.4191.09151.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.27%
GREEN value IS 178 (69.92% from 255) = 34.83%
BLUE value IS 117 (46.09% from 255) = 22.90%
R=42.27%
G=34.83%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617811700.180.460.1536.9755.9365.29
HexD8B2750122EF253841
Octal33026216502256174570101
Binary1101100010110010111010101001010111011111001011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B275; }

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

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

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

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

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

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

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

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