#D7B377

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

Shades of Putty #D7B377

Tints of Putty #D7B377

Color information

#D7B377 (or 0xD7B377) is unknown color: approx Putty. HEX triplet: D7, B3 and 77. RGB value is (215,179,119). Sum of RGB (Red+Green+Blue) = 215+179+119=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B377 is #284C88. Grayscale: #B7B7B7. Windows color (decimal): -2641033 or 7844823. OLE color: 7844823.

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

Color convert

RGB215179119-
CMYK00.170.450.16
HSL37.5º54.55%65.49%-
HSV(B)37.5º44.65%84.31%-
XYZ47.4748.0224.22-
YUV182.9291.93150.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.91%
GREEN value IS 179 (70.31% from 255) = 34.89%
BLUE value IS 119 (46.88% from 255) = 23.20%
R=41.91%
G=34.89%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517911900.170.450.1637.554.5565.49
HexD7B3770112D10263741
Octal32726316702155204667101
Binary11010111101100111110111010001101101100001001101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B377; }

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

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

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

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

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

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

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

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