#D8B477

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

Shades of Putty #D8B477

Tints of Putty #D8B477

Color information

#D8B477 (or 0xD8B477) is unknown color: approx Putty. HEX triplet: D8, B4 and 77. RGB value is (216,180,119). Sum of RGB (Red+Green+Blue) = 216+180+119=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B477 is #274B88. Grayscale: #B8B8B8. Windows color (decimal): -2575241 or 7845080. OLE color: 7845080.

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

Color convert

RGB216180119-
CMYK00.170.450.15
HSL37.73º55.43%65.69%-
HSV(B)37.73º44.91%84.71%-
XYZ47.9748.5724.3-
YUV183.8191.43150.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.94%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 119 (46.88% from 255) = 23.11%
R=41.94%
G=34.95%
B=23.11%

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
Decimal21618011900.170.450.1537.7355.4365.69
HexD8B4770112DF263742
Octal33026416702155174667102
Binary1101100010110100111011101000110110111111001101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B477; }

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

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

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

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

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

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

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

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