#D1A069

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

Shades of Fallow #D1A069

Tints of Fallow #D1A069

Color information

#D1A069 (or 0xD1A069) is unknown color: approx Fallow. HEX triplet: D1, A0 and 69. RGB value is (209,160,105). Sum of RGB (Red+Green+Blue) = 209+160+105=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A069 is #2E5F96. Grayscale: #A8A8A8. Windows color (decimal): -3039127 or 6922449. OLE color: 6922449.

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

Color convert

RGB209160105-
CMYK00.230.500.18
HSL31.73º53.06%61.57%-
HSV(B)31.73º49.76%81.96%-
XYZ41.4239.7218.85-
YUV168.3892.23156.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.09%
GREEN value IS 160 (62.89% from 255) = 33.76%
BLUE value IS 105 (41.41% from 255) = 22.15%
R=44.09%
G=33.76%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916010500.230.500.1831.7353.0661.57
HexD1A069017321220353e
Octal3212401510276222406576
Binary1101000110100000110100101011111001010010100000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A069; }

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

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

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

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

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

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

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

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