#D1A070

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

Shades of Fallow #D1A070

Tints of Fallow #D1A070

Color information

#D1A070 (or 0xD1A070) is unknown color: approx Fallow. HEX triplet: D1, A0 and 70. RGB value is (209,160,112). Sum of RGB (Red+Green+Blue) = 209+160+112=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A070 is #2E5F8F. Grayscale: #A9A9A9. Windows color (decimal): -3039120 or 7381201. OLE color: 7381201.

HSL color Cylindrical-coordinate representation of color #D1A070: hue angle of 29.69º 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 #D1A070 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB209160112-
CMYK00.230.460.18
HSL29.69º51.32%62.94%-
HSV(B)29.69º46.41%81.96%-
XYZ41.7939.8720.82-
YUV169.1895.73156.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.45%
GREEN value IS 160 (62.89% from 255) = 33.26%
BLUE value IS 112 (44.14% from 255) = 23.28%
R=43.45%
G=33.26%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916011200.230.460.1829.6951.3262.94
HexD1A0700172E121e333f
Octal3212401600275622366377
Binary110100011010000011100000101111011101001011110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A070; }

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

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

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

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

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

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

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

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