#D1AF70

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

Shades of Putty #D1AF70

Tints of Putty #D1AF70

Color information

#D1AF70 (or 0xD1AF70) is unknown color: approx Putty. HEX triplet: D1, AF and 70. RGB value is (209,175,112). Sum of RGB (Red+Green+Blue) = 209+175+112=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AF70 is #2E508F. Grayscale: #B2B2B2. Windows color (decimal): -3035280 or 7385041. OLE color: 7385041.

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

Color convert

RGB209175112-
CMYK00.160.460.18
HSL38.97º51.32%62.94%-
HSV(B)38.97º46.41%81.96%-
XYZ44.5545.3921.74-
YUV177.9890.76150.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.14%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 112 (44.14% from 255) = 22.58%
R=42.14%
G=35.28%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917511200.160.460.1838.9751.3262.94
HexD1AF700102E1227333f
Octal3212571600205622476377
Binary1101000110101111111000001000010111010010100111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AF70; }

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

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

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

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

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

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

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

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