#D5B575

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

Shades of Putty #D5B575

Tints of Putty #D5B575

Color information

#D5B575 (or 0xD5B575) is unknown color: approx Putty. HEX triplet: D5, B5 and 75. RGB value is (213,181,117). Sum of RGB (Red+Green+Blue) = 213+181+117=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B575 is #2A4A8A. Grayscale: #B7B7B7. Windows color (decimal): -2771595 or 7714261. OLE color: 7714261.

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

Color convert

RGB213181117-
CMYK00.150.450.16
HSL40º53.33%64.71%-
HSV(B)40º45.07%83.53%-
XYZ47.1848.4823.7-
YUV183.2790.6149.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 181 (71.09% from 255) = 35.42%
BLUE value IS 117 (46.09% from 255) = 22.90%
R=41.68%
G=35.42%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318111700.150.450.164053.3364.71
HexD5B5750F2D10283541
Octal32526516501755205065101
Binary1101010110110101111010101111101101100001010001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B575; }

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

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

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

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

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

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

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

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