#D5A56E

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

Shades of Putty #D5A56E

Tints of Putty #D5A56E

Color information

#D5A56E (or 0xD5A56E) is unknown color: approx Putty. HEX triplet: D5, A5 and 6E. RGB value is (213,165,110). Sum of RGB (Red+Green+Blue) = 213+165+110=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A56E is #2A5A91. Grayscale: #ADADAD. Windows color (decimal): -2775698 or 7251413. OLE color: 7251413.

HSL color Cylindrical-coordinate representation of color #D5A56E: hue angle of 32.04º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5A56E is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB213165110-
CMYK00.230.480.16
HSL32.04º55.08%63.33%-
HSV(B)32.04º48.36%83.53%-
XYZ43.7142.1820.59-
YUV173.0892.4156.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.65%
GREEN value IS 165 (64.84% from 255) = 33.81%
BLUE value IS 110 (43.36% from 255) = 22.54%
R=43.65%
G=33.81%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316511000.230.480.1632.0455.0863.33
HexD5A56E017301020373f
Octal3252451560276020406777
Binary1101010110100101110111001011111000010000100000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A56E; }

 p { color: rgb(213,165,110); }

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

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

 a { background-color: rgb(213,165,110); }

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

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

 span { border-color: rgb(213,165,110); }

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