#D1B377

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

Shades of Putty #D1B377

Tints of Putty #D1B377

Color information

#D1B377 (or 0xD1B377) is unknown color: approx Putty. HEX triplet: D1, B3 and 77. RGB value is (209,179,119). Sum of RGB (Red+Green+Blue) = 209+179+119=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B377 is #2E4C88. Grayscale: #B5B5B5. Windows color (decimal): -3034249 or 7844817. OLE color: 7844817.

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

Color convert

RGB209179119-
CMYK00.140.430.18
HSL40º49.45%64.31%-
HSV(B)40º43.06%81.96%-
XYZ45.7447.1324.14-
YUV181.1392.94147.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.22%
GREEN value IS 179 (70.31% from 255) = 35.31%
BLUE value IS 119 (46.88% from 255) = 23.47%
R=41.22%
G=35.31%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917911900.140.430.184049.4564.31
HexD1B3770E2B12283140
Octal32126316701653225061100
Binary1101000110110011111011101110101011100101010001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B377; }

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

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

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

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

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

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

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

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