#d8ad70

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

Shades of Putty #D8AD70

Tints of Putty #D8AD70

Color information

#D8AD70 (or 0xD8AD70) is unknown color: approx Putty. HEX triplet: D8, AD and 70. RGB value is (216,173,112). Sum of RGB (Red+Green+Blue) = 216+173+112=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AD70 is #27528F. Grayscale: #B3B3B3. Windows color (decimal): -2577040 or 7384536. OLE color: 7384536.

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

Color convert

RGB216173112-
CMYK00.200.480.15
HSL35.19º57.14%64.31%-
HSV(B)35.19º48.15%84.71%-
XYZ46.1945.6621.71-
YUV178.990.25154.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.11%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 112 (44.14% from 255) = 22.36%
R=43.11%
G=34.53%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617311200.200.480.1535.1957.1464.31
HexD8AD7001430F233940
Octal33025516002460174371100
Binary1101100010101101111000001010011000011111000111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8ad70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8ad70; }

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

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

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

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

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

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

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

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