#D3A070

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

Shades of Fallow #D3A070

Tints of Fallow #D3A070

Color information

#D3A070 (or 0xD3A070) is unknown color: approx Fallow. HEX triplet: D3, A0 and 70. RGB value is (211,160,112). Sum of RGB (Red+Green+Blue) = 211+160+112=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A070 is #2C5F8F. Grayscale: #AAAAAA. Windows color (decimal): -2908048 or 7381203. OLE color: 7381203.

HSL color Cylindrical-coordinate representation of color #D3A070: hue angle of 29.09º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D3A070 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB211160112-
CMYK00.240.470.17
HSL29.09º52.94%63.33%-
HSV(B)29.09º46.92%82.75%-
XYZ42.3640.1620.85-
YUV169.7895.4157.4-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.69%
GREEN value IS 160 (62.89% from 255) = 33.13%
BLUE value IS 112 (44.14% from 255) = 23.19%
R=43.69%
G=33.13%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116011200.240.470.1729.0952.9463.33
HexD3A0700182F111d353f
Octal3232401600305721356577
Binary110100111010000011100000110001011111000111101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A070; }

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

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

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

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

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

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

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

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