#D0A071

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

Shades of Fallow #D0A071

Tints of Fallow #D0A071

Color information

#D0A071 (or 0xD0A071) is unknown color: approx Fallow. HEX triplet: D0, A0 and 71. RGB value is (208,160,113). Sum of RGB (Red+Green+Blue) = 208+160+113=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A071 is #2F5F8E. Grayscale: #A9A9A9. Windows color (decimal): -3104655 or 7446736. OLE color: 7446736.

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

Color convert

RGB208160113-
CMYK00.230.460.18
HSL29.68º50.26%62.94%-
HSV(B)29.68º45.67%81.57%-
XYZ41.5639.7421.1-
YUV168.9996.4155.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.24%
GREEN value IS 160 (62.89% from 255) = 33.26%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=43.24%
G=33.26%
B=23.49%

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
Decimal20816011300.230.460.1829.6850.2662.94
HexD0A0710172E121e323f
Octal3202401610275622366277
Binary110100001010000011100010101111011101001011110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A071; }

 p { color: rgb(208,160,113); }

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

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

 a { background-color: rgb(208,160,113); }

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

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

 span { border-color: rgb(208,160,113); }

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