#D9AD6F

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

Shades of Putty #D9AD6F

Tints of Putty #D9AD6F

Color information

#D9AD6F (or 0xD9AD6F) is unknown color: approx Putty. HEX triplet: D9, AD and 6F. RGB value is (217,173,111). Sum of RGB (Red+Green+Blue) = 217+173+111=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD6F is #265290. Grayscale: #B3B3B3. Windows color (decimal): -2511505 or 7319001. OLE color: 7319001.

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

Color convert

RGB217173111-
CMYK00.200.490.15
HSL35.09º58.24%64.31%-
HSV(B)35.09º48.85%85.1%-
XYZ46.4345.7921.43-
YUV179.0989.58155.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.31%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 111 (43.75% from 255) = 22.16%
R=43.31%
G=34.53%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717311100.200.490.1535.0958.2464.31
HexD9AD6F01431F233a40
Octal33125515702461174372100
Binary1101100110101101110111101010011000111111000111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AD6F; }

 p { color: rgb(217,173,111); }

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

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

 a { background-color: rgb(217,173,111); }

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

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

 span { border-color: rgb(217,173,111); }

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