#D1AA69

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

Shades of Putty #D1AA69

Tints of Putty #D1AA69

Color information

#D1AA69 (or 0xD1AA69) is unknown color: approx Putty. HEX triplet: D1, AA and 69. RGB value is (209,170,105). Sum of RGB (Red+Green+Blue) = 209+170+105=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AA69 is #2E5596. Grayscale: #AEAEAE. Windows color (decimal): -3036567 or 6925009. OLE color: 6925009.

HSL color Cylindrical-coordinate representation of color #D1AA69: hue angle of 37.5º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1AA69 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB209170105-
CMYK00.190.500.18
HSL37.5º53.06%61.57%-
HSV(B)37.5º49.76%81.96%-
XYZ43.2243.3219.45-
YUV174.2588.92152.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.18%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 105 (41.41% from 255) = 21.69%
R=43.18%
G=35.12%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917010500.190.500.1837.553.0661.57
HexD1AA69013321226353e
Octal3212521510236222466576
Binary1101000110101010110100101001111001010010100110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AA69; }

 p { color: rgb(209,170,105); }

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

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

 a { background-color: rgb(209,170,105); }

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

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

 span { border-color: rgb(209,170,105); }

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