#D8AF75

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

Shades of Putty #D8AF75

Tints of Putty #D8AF75

Color information

#D8AF75 (or 0xD8AF75) is unknown color: approx Putty. HEX triplet: D8, AF and 75. RGB value is (216,175,117). Sum of RGB (Red+Green+Blue) = 216+175+117=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF75 is #27508A. Grayscale: #B4B4B4. Windows color (decimal): -2576523 or 7712728. OLE color: 7712728.

HSL color Cylindrical-coordinate representation of color #D8AF75: hue angle of 35.15º degrees, saturation: 0.56, 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 #D8AF75 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB216175117-
CMYK00.190.460.15
HSL35.15º55.93%65.29%-
HSV(B)35.15º45.83%84.71%-
XYZ46.8646.5423.34-
YUV180.6592.08153.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.52%
GREEN value IS 175 (68.75% from 255) = 34.45%
BLUE value IS 117 (46.09% from 255) = 23.03%
R=42.52%
G=34.45%
B=23.03%

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
Decimal21617511700.190.460.1535.1555.9365.29
HexD8AF750132EF233841
Octal33025716502356174370101
Binary1101100010101111111010101001110111011111000111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AF75; }

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

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

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

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

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

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

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

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