#D3B775

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

Shades of Putty #D3B775

Tints of Putty #D3B775

Color information

#D3B775 (or 0xD3B775) is unknown color: approx Putty. HEX triplet: D3, B7 and 75. RGB value is (211,183,117). Sum of RGB (Red+Green+Blue) = 211+183+117=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B775 is #2C488A. Grayscale: #B8B8B8. Windows color (decimal): -2902155 or 7714771. OLE color: 7714771.

HSL color Cylindrical-coordinate representation of color #D3B775: hue angle of 42.13º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D3B775 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB211183117-
CMYK00.130.450.17
HSL42.13º51.65%64.31%-
HSV(B)42.13º44.55%82.75%-
XYZ47.014923.81-
YUV183.8590.28147.37-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.29%
GREEN value IS 183 (71.88% from 255) = 35.81%
BLUE value IS 117 (46.09% from 255) = 22.90%
R=41.29%
G=35.81%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118311700.130.450.1742.1351.6564.31
HexD3B7750D2D112a3440
Octal32326716501555215264100
Binary1101001110110111111010101101101101100011010101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B775; }

 p { color: rgb(211,183,117); }

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

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

 a { background-color: rgb(211,183,117); }

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

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

 span { border-color: rgb(211,183,117); }

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