#d09e5e

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

Shades of Apache #D09E5E

Tints of Apache #D09E5E

Color information

#D09E5E (or 0xD09E5E) is unknown color: approx Apache. HEX triplet: D0, 9E and 5E. RGB value is (208,158,94). Sum of RGB (Red+Green+Blue) = 208+158+94=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09E5E is #2F61A1. Grayscale: #A5A5A5. Windows color (decimal): -3105186 or 6201040. OLE color: 6201040.

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

Color convert

RGB20815894-
CMYK00.240.550.18
HSL33.68º54.81%59.22%-
HSV(B)33.68º54.81%81.57%-
XYZ40.2638.6715.93-
YUV165.6587.56158.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.22%
GREEN value IS 158 (62.11% from 255) = 34.35%
BLUE value IS 94 (37.11% from 255) = 20.43%
R=45.22%
G=34.35%
B=20.43%

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
Decimal2081589400.240.550.1833.6854.8159.22
HexD09E5E018371222373b
Octal3202361360306722426773
Binary1101000010011110101111001100011011110010100010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d09e5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d09e5e; }

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

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

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

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

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

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

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

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