#D9B377

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

Shades of Putty #D9B377

Tints of Putty #D9B377

Color information

#D9B377 (or 0xD9B377) is unknown color: approx Putty. HEX triplet: D9, B3 and 77. RGB value is (217,179,119). Sum of RGB (Red+Green+Blue) = 217+179+119=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B377 is #264C88. Grayscale: #B7B7B7. Windows color (decimal): -2509961 or 7844825. OLE color: 7844825.

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

Color convert

RGB217179119-
CMYK00.180.450.15
HSL36.73º56.32%65.88%-
HSV(B)36.73º45.16%85.1%-
XYZ48.0748.3224.25-
YUV183.5291.59151.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.14%
GREEN value IS 179 (70.31% from 255) = 34.76%
BLUE value IS 119 (46.88% from 255) = 23.11%
R=42.14%
G=34.76%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717911900.180.450.1536.7356.3265.88
HexD9B3770122DF253842
Octal33126316702255174570102
Binary1101100110110011111011101001010110111111001011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B377; }

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

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

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

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

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

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

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

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