#D8B377

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

Shades of Putty #D8B377

Tints of Putty #D8B377

Color information

#D8B377 (or 0xD8B377) is unknown color: approx Putty. HEX triplet: D8, B3 and 77. RGB value is (216,179,119). Sum of RGB (Red+Green+Blue) = 216+179+119=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B377 is #274C88. Grayscale: #B7B7B7. Windows color (decimal): -2575497 or 7844824. OLE color: 7844824.

HSL color Cylindrical-coordinate representation of color #D8B377: hue angle of 37.11º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8B377 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB216179119-
CMYK00.170.450.15
HSL37.11º55.43%65.69%-
HSV(B)37.11º44.91%84.71%-
XYZ47.7748.1724.23-
YUV183.2291.76151.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.02%
GREEN value IS 179 (70.31% from 255) = 34.82%
BLUE value IS 119 (46.88% from 255) = 23.15%
R=42.02%
G=34.82%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617911900.170.450.1537.1155.4365.69
HexD8B3770112DF253742
Octal33026316702155174567102
Binary1101100010110011111011101000110110111111001011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B377; }

 p { color: rgb(216,179,119); }

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

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

 a { background-color: rgb(216,179,119); }

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

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

 span { border-color: rgb(216,179,119); }

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