#D3B575

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

Shades of Putty #D3B575

Tints of Putty #D3B575

Color information

#D3B575 (or 0xD3B575) is unknown color: approx Putty. HEX triplet: D3, B5 and 75. RGB value is (211,181,117). Sum of RGB (Red+Green+Blue) = 211+181+117=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B575 is #2C4A8A. Grayscale: #B6B6B6. Windows color (decimal): -2902667 or 7714259. OLE color: 7714259.

HSL color Cylindrical-coordinate representation of color #D3B575: hue angle of 40.85º 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 #D3B575 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB211181117-
CMYK00.140.450.17
HSL40.85º51.65%64.31%-
HSV(B)40.85º44.55%82.75%-
XYZ46.648.1823.67-
YUV182.6790.94148.2-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.45%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 117 (46.09% from 255) = 22.99%
R=41.45%
G=35.56%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118111700.140.450.1740.8551.6564.31
HexD3B5750E2D11293440
Octal32326516501655215164100
Binary1101001110110101111010101110101101100011010011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B575; }

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

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

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

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

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

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

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

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