#D6AF6F

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

Shades of Putty #D6AF6F

Tints of Putty #D6AF6F

Color information

#D6AF6F (or 0xD6AF6F) is unknown color: approx Putty. HEX triplet: D6, AF and 6F. RGB value is (214,175,111). Sum of RGB (Red+Green+Blue) = 214+175+111=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF6F is #295090. Grayscale: #B3B3B3. Windows color (decimal): -2707601 or 7319510. OLE color: 7319510.

HSL color Cylindrical-coordinate representation of color #D6AF6F: hue angle of 37.28º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6AF6F is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB214175111-
CMYK00.180.480.16
HSL37.28º55.68%63.73%-
HSV(B)37.28º48.13%83.92%-
XYZ45.9346.121.52-
YUV179.3689.42152.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.8%
GREEN value IS 175 (68.75% from 255) = 35%
BLUE value IS 111 (43.75% from 255) = 22.2%
R=42.8%
G=35%
B=22.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417511100.180.480.1637.2855.6863.73
HexD6AF6F0123010253840
Octal32625715702260204570100
Binary11010110101011111101111010010110000100001001011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AF6F; }

 p { color: rgb(214,175,111); }

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

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

 a { background-color: rgb(214,175,111); }

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

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

 span { border-color: rgb(214,175,111); }

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