#D19F70

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

Shades of Fallow #D19F70

Tints of Fallow #D19F70

Color information

#D19F70 (or 0xD19F70) is unknown color: approx Fallow. HEX triplet: D1, 9F and 70. RGB value is (209,159,112). Sum of RGB (Red+Green+Blue) = 209+159+112=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19F70 is #2E608F. Grayscale: #A8A8A8. Windows color (decimal): -3039376 or 7380945. OLE color: 7380945.

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

Color convert

RGB209159112-
CMYK00.240.460.18
HSL29.07º51.32%62.94%-
HSV(B)29.07º46.41%81.96%-
XYZ41.6239.5220.76-
YUV168.5996.06156.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.54%
GREEN value IS 159 (62.5% from 255) = 33.12%
BLUE value IS 112 (44.14% from 255) = 23.33%
R=43.54%
G=33.12%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915911200.240.460.1829.0751.3262.94
HexD19F700182E121d333f
Octal3212371600305622356377
Binary110100011001111111100000110001011101001011101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19F70; }

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

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

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

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

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

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

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

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