#D5B479

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

Shades of Putty #D5B479

Tints of Putty #D5B479

Color information

#D5B479 (or 0xD5B479) is unknown color: approx Putty. HEX triplet: D5, B4 and 79. RGB value is (213,180,121). Sum of RGB (Red+Green+Blue) = 213+180+121=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 121 (47.66% from 255 or 23.54% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B479 is #2A4B86. Grayscale: #B7B7B7. Windows color (decimal): -2771847 or 7976149. OLE color: 7976149.

HSL color Cylindrical-coordinate representation of color #D5B479: hue angle of 38.48º 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 #D5B479 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB213180121-
CMYK00.150.430.16
HSL38.48º52.27%65.49%-
HSV(B)38.48º43.19%83.53%-
XYZ47.2148.1724.9-
YUV183.1492.93149.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.44%
GREEN value IS 180 (70.70% from 255) = 35.02%
BLUE value IS 121 (47.66% from 255) = 23.54%
R=41.44%
G=35.02%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318012100.150.430.1638.4852.2765.49
HexD5B4790F2B10263441
Octal32526417101753204664101
Binary1101010110110100111100101111101011100001001101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B479; }

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

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

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

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

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

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

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

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