#D5B175

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

Shades of Putty #D5B175

Tints of Putty #D5B175

Color information

#D5B175 (or 0xD5B175) is unknown color: approx Putty. HEX triplet: D5, B1 and 75. RGB value is (213,177,117). Sum of RGB (Red+Green+Blue) = 213+177+117=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B175 is #2A4E8A. Grayscale: #B5B5B5. Windows color (decimal): -2772619 or 7713237. OLE color: 7713237.

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

Color convert

RGB213177117-
CMYK00.170.450.16
HSL37.5º53.33%64.71%-
HSV(B)37.5º45.07%83.53%-
XYZ46.3746.8723.43-
YUV180.9291.93150.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 177 (69.53% from 255) = 34.91%
BLUE value IS 117 (46.09% from 255) = 23.08%
R=42.01%
G=34.91%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317711700.170.450.1637.553.3364.71
HexD5B1750112D10263541
Octal32526116502155204665101
Binary11010101101100011110101010001101101100001001101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B175; }

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

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

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

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

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

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

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

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