#D5A775

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

Shades of Putty #D5A775

Tints of Putty #D5A775

Color information

#D5A775 (or 0xD5A775) is unknown color: approx Putty. HEX triplet: D5, A7 and 75. RGB value is (213,167,117). Sum of RGB (Red+Green+Blue) = 213+167+117=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A775 is #2A588A. Grayscale: #AFAFAF. Windows color (decimal): -2775179 or 7710677. OLE color: 7710677.

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

Color convert

RGB213167117-
CMYK00.220.450.16
HSL31.25º53.33%64.71%-
HSV(B)31.25º45.07%83.53%-
XYZ44.4743.0722.8-
YUV175.0595.24155.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.86%
GREEN value IS 167 (65.62% from 255) = 33.60%
BLUE value IS 117 (46.09% from 255) = 23.54%
R=42.86%
G=33.60%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316711700.220.450.1631.2553.3364.71
HexD5A7750162D101f3541
Octal32524716502655203765101
Binary1101010110100111111010101011010110110000111111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A775; }

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

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

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

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

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

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

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

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