#D1B379

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

Shades of Putty #D1B379

Tints of Putty #D1B379

Color information

#D1B379 (or 0xD1B379) is unknown color: approx Putty. HEX triplet: D1, B3 and 79. RGB value is (209,179,121). Sum of RGB (Red+Green+Blue) = 209+179+121=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B379 is #2E4C86. Grayscale: #B5B5B5. Windows color (decimal): -3034247 or 7975889. OLE color: 7975889.

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

Color convert

RGB209179121-
CMYK00.140.420.18
HSL39.55º48.89%64.71%-
HSV(B)39.55º42.11%81.96%-
XYZ45.8747.1824.78-
YUV181.3693.94147.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.06%
GREEN value IS 179 (70.31% from 255) = 35.17%
BLUE value IS 121 (47.66% from 255) = 23.77%
R=41.06%
G=35.17%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917912100.140.420.1839.5548.8964.71
HexD1B3790E2A12283141
Octal32126317101652225061101
Binary1101000110110011111100101110101010100101010001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B379; }

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

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

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

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

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

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

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

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