#D09E5D

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

Shades of Apache #D09E5D

Tints of Apache #D09E5D

Color information

#D09E5D (or 0xD09E5D) is unknown color: approx Apache. HEX triplet: D0, 9E and 5D. RGB value is (208,158,93). Sum of RGB (Red+Green+Blue) = 208+158+93=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09E5D is #2F61A2. Grayscale: #A5A5A5. Windows color (decimal): -3105187 or 6135504. OLE color: 6135504.

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

Color convert

RGB20815893-
CMYK00.240.550.18
HSL33.91º55.02%59.02%-
HSV(B)33.91º55.29%81.57%-
XYZ40.2238.6515.7-
YUV165.5487.06158.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.32%
GREEN value IS 158 (62.11% from 255) = 34.42%
BLUE value IS 93 (36.72% from 255) = 20.26%
R=45.32%
G=34.42%
B=20.26%

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
Decimal2081589300.240.550.1833.9155.0259.02
HexD09E5D018371222373b
Octal3202361350306722426773
Binary1101000010011110101110101100011011110010100010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09E5D; }

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

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

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

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

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

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

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

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