#D8A56E

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

Shades of Putty #D8A56E

Tints of Putty #D8A56E

Color information

#D8A56E (or 0xD8A56E) is unknown color: approx Putty. HEX triplet: D8, A5 and 6E. RGB value is (216,165,110). Sum of RGB (Red+Green+Blue) = 216+165+110=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A56E is #275A91. Grayscale: #AEAEAE. Windows color (decimal): -2579090 or 7251416. OLE color: 7251416.

HSL color Cylindrical-coordinate representation of color #D8A56E: hue angle of 31.13º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8A56E is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB216165110-
CMYK00.240.490.15
HSL31.13º57.61%63.92%-
HSV(B)31.13º49.07%84.71%-
XYZ44.5942.6320.63-
YUV173.9891.9157.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.99%
GREEN value IS 165 (64.84% from 255) = 33.60%
BLUE value IS 110 (43.36% from 255) = 22.40%
R=43.99%
G=33.60%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616511000.240.490.1531.1357.6163.92
HexD8A56E01831F1f3a40
Octal33024515603061173772100
Binary110110001010010111011100110001100011111111111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A56E; }

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

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

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

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

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

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

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

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