#D5B379

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

Shades of Putty #D5B379

Tints of Putty #D5B379

Color information

#D5B379 (or 0xD5B379) is unknown color: approx Putty. HEX triplet: D5, B3 and 79. RGB value is (213,179,121). Sum of RGB (Red+Green+Blue) = 213+179+121=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B379 is #2A4C86. Grayscale: #B6B6B6. Windows color (decimal): -2772103 or 7975893. OLE color: 7975893.

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

Color convert

RGB213179121-
CMYK00.160.430.16
HSL37.83º52.27%65.49%-
HSV(B)37.83º43.19%83.53%-
XYZ47.0147.7724.83-
YUV182.5593.26149.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.52%
GREEN value IS 179 (70.31% from 255) = 34.89%
BLUE value IS 121 (47.66% from 255) = 23.59%
R=41.52%
G=34.89%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317912100.160.430.1637.8352.2765.49
HexD5B3790102B10263441
Octal32526317102053204664101
Binary11010101101100111111001010000101011100001001101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B379; }

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

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

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

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

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

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

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

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