#D19E5E

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

Shades of Apache #D19E5E

Tints of Apache #D19E5E

Color information

#D19E5E (or 0xD19E5E) is unknown color: approx Apache. HEX triplet: D1, 9E and 5E. RGB value is (209,158,94). Sum of RGB (Red+Green+Blue) = 209+158+94=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19E5E is #2E61A1. Grayscale: #A6A6A6. Windows color (decimal): -3039650 or 6201041. OLE color: 6201041.

HSL color Cylindrical-coordinate representation of color #D19E5E: hue angle of 33.39º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D19E5E is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB20915894-
CMYK00.240.550.18
HSL33.39º55.56%59.41%-
HSV(B)33.39º55.02%81.96%-
XYZ40.5438.8215.95-
YUV165.9587.4158.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.34%
GREEN value IS 158 (62.11% from 255) = 34.27%
BLUE value IS 94 (37.11% from 255) = 20.39%
R=45.34%
G=34.27%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091589400.240.550.1833.3955.5659.41
HexD19E5E018371221383b
Octal3212361360306722417073
Binary1101000110011110101111001100011011110010100001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19E5E; }

 p { color: rgb(209,158,94); }

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

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

 a { background-color: rgb(209,158,94); }

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

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

 span { border-color: rgb(209,158,94); }

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