#D8AD73

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

Shades of Putty #D8AD73

Tints of Putty #D8AD73

Color information

#D8AD73 (or 0xD8AD73) is unknown color: approx Putty. HEX triplet: D8, AD and 73. RGB value is (216,173,115). Sum of RGB (Red+Green+Blue) = 216+173+115=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AD73 is #27528C. Grayscale: #B3B3B3. Windows color (decimal): -2577037 or 7581144. OLE color: 7581144.

HSL color Cylindrical-coordinate representation of color #D8AD73: hue angle of 34.46º 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 #D8AD73 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB216173115-
CMYK00.200.470.15
HSL34.46º56.42%64.9%-
HSV(B)34.46º46.76%84.71%-
XYZ46.3645.7222.6-
YUV179.2491.75154.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.86%
GREEN value IS 173 (67.97% from 255) = 34.33%
BLUE value IS 115 (45.31% from 255) = 22.82%
R=42.86%
G=34.33%
B=22.82%

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
Decimal21617311500.200.470.1534.4656.4264.9
HexD8AD730142FF223841
Octal33025516302457174270101
Binary1101100010101101111001101010010111111111000101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AD73; }

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

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

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

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

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

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

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

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