#D8AF6D

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

Shades of Putty #D8AF6D

Tints of Putty #D8AF6D

Color information

#D8AF6D (or 0xD8AF6D) is unknown color: approx Putty. HEX triplet: D8, AF and 6D. RGB value is (216,175,109). Sum of RGB (Red+Green+Blue) = 216+175+109=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF6D is #275092. Grayscale: #B4B4B4. Windows color (decimal): -2576531 or 7188440. OLE color: 7188440.

HSL color Cylindrical-coordinate representation of color #D8AF6D: hue angle of 37.01º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8AF6D is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB216175109-
CMYK00.190.500.15
HSL37.01º57.84%63.73%-
HSV(B)37.01º49.54%84.71%-
XYZ46.4146.3620.97-
YUV179.7488.08153.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.2%
GREEN value IS 175 (68.75% from 255) = 35%
BLUE value IS 109 (42.97% from 255) = 21.8%
R=43.2%
G=35%
B=21.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617510900.190.500.1537.0157.8463.73
HexD8AF6D01332F253a40
Octal33025715502362174572100
Binary1101100010101111110110101001111001011111001011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AF6D; }

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

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

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

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

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

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

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

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