#D1AF66

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

Shades of Putty #D1AF66

Tints of Putty #D1AF66

Color information

#D1AF66 (or 0xD1AF66) is unknown color: approx Putty. HEX triplet: D1, AF and 66. RGB value is (209,175,102). Sum of RGB (Red+Green+Blue) = 209+175+102=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AF66 is #2E5099. Grayscale: #B1B1B1. Windows color (decimal): -3035290 or 6729681. OLE color: 6729681.

HSL color Cylindrical-coordinate representation of color #D1AF66: hue angle of 40.93º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1AF66 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB209175102-
CMYK00.160.510.18
HSL40.93º53.77%60.98%-
HSV(B)40.93º51.2%81.96%-
XYZ44.0245.1718.97-
YUV176.8485.76150.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.00%
GREEN value IS 175 (68.75% from 255) = 36.01%
BLUE value IS 102 (40.23% from 255) = 20.99%
R=43.00%
G=36.01%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917510200.160.510.1840.9353.7760.98
HexD1AF66010331229363d
Octal3212571460206322516675
Binary1101000110101111110011001000011001110010101001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AF66; }

 p { color: rgb(209,175,102); }

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

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

 a { background-color: rgb(209,175,102); }

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

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

 span { border-color: rgb(209,175,102); }

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