#D8AC73

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

Shades of Putty #D8AC73

Tints of Putty #D8AC73

Color information

#D8AC73 (or 0xD8AC73) is unknown color: approx Putty. HEX triplet: D8, AC and 73. RGB value is (216,172,115). Sum of RGB (Red+Green+Blue) = 216+172+115=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC73 is #27538C. Grayscale: #B2B2B2. Windows color (decimal): -2577293 or 7580888. OLE color: 7580888.

HSL color Cylindrical-coordinate representation of color #D8AC73: hue angle of 33.86º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8AC73 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB216172115-
CMYK00.200.470.15
HSL33.86º56.42%64.9%-
HSV(B)33.86º46.76%84.71%-
XYZ46.1745.3422.54-
YUV178.6692.08154.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.94%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 115 (45.31% from 255) = 22.86%
R=42.94%
G=34.19%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617211500.200.470.1533.8656.4264.9
HexD8AC730142FF223841
Octal33025416302457174270101
Binary1101100010101100111001101010010111111111000101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AC73; }

 p { color: rgb(216,172,115); }

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

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

 a { background-color: rgb(216,172,115); }

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

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

 span { border-color: rgb(216,172,115); }

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