#D9AF75

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

Shades of Putty #D9AF75

Tints of Putty #D9AF75

Color information

#D9AF75 (or 0xD9AF75) is unknown color: approx Putty. HEX triplet: D9, AF and 75. RGB value is (217,175,117). Sum of RGB (Red+Green+Blue) = 217+175+117=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF75 is #26508A. Grayscale: #B5B5B5. Windows color (decimal): -2510987 or 7712729. OLE color: 7712729.

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

Color convert

RGB217175117-
CMYK00.190.460.15
HSL34.8º56.82%65.49%-
HSV(B)34.8º46.08%85.1%-
XYZ47.1646.723.36-
YUV180.9591.91153.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 117 (46.09% from 255) = 22.99%
R=42.63%
G=34.38%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717511700.190.460.1534.856.8265.49
HexD9AF750132EF233941
Octal33125716502356174371101
Binary1101100110101111111010101001110111011111000111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AF75; }

 p { color: rgb(217,175,117); }

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

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

 a { background-color: rgb(217,175,117); }

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

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

 span { border-color: rgb(217,175,117); }

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