#D1B778

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

Shades of Putty #D1B778

Tints of Putty #D1B778

Color information

#D1B778 (or 0xD1B778) is unknown color: approx Putty. HEX triplet: D1, B7 and 78. RGB value is (209,183,120). Sum of RGB (Red+Green+Blue) = 209+183+120=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B778 is #2E4887. Grayscale: #B7B7B7. Windows color (decimal): -3033224 or 7911377. OLE color: 7911377.

HSL color Cylindrical-coordinate representation of color #D1B778: hue angle of 42.47º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1B778 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB209183120-
CMYK00.120.430.18
HSL42.47º49.17%64.51%-
HSV(B)42.47º42.58%81.96%-
XYZ46.6248.7824.73-
YUV183.5992.11146.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.82%
GREEN value IS 183 (71.88% from 255) = 35.74%
BLUE value IS 120 (47.27% from 255) = 23.44%
R=40.82%
G=35.74%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918312000.120.430.1842.4749.1764.51
HexD1B7780C2B122a3141
Octal32126717001453225261101
Binary1101000110110111111100001100101011100101010101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B778; }

 p { color: rgb(209,183,120); }

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

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

 a { background-color: rgb(209,183,120); }

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

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

 span { border-color: rgb(209,183,120); }

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