#D3B579

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

Shades of Putty #D3B579

Tints of Putty #D3B579

Color information

#D3B579 (or 0xD3B579) is unknown color: approx Putty. HEX triplet: D3, B5 and 79. RGB value is (211,181,121). Sum of RGB (Red+Green+Blue) = 211+181+121=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B579 is #2C4A86. Grayscale: #B7B7B7. Windows color (decimal): -2902663 or 7976403. OLE color: 7976403.

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

Color convert

RGB211181121-
CMYK00.140.430.17
HSL40º50.56%65.1%-
HSV(B)40º42.65%82.75%-
XYZ46.8448.2824.94-
YUV183.1392.94147.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.13%
GREEN value IS 181 (71.09% from 255) = 35.28%
BLUE value IS 121 (47.66% from 255) = 23.59%
R=41.13%
G=35.28%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118112100.140.430.174050.5665.1
HexD3B5790E2B11283341
Octal32326517101653215063101
Binary1101001110110101111100101110101011100011010001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B579; }

 p { color: rgb(211,181,121); }

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

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

 a { background-color: rgb(211,181,121); }

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

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

 span { border-color: rgb(211,181,121); }

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