#D0A15E

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

Shades of Apache #D0A15E

Tints of Apache #D0A15E

Color information

#D0A15E (or 0xD0A15E) is unknown color: approx Apache. HEX triplet: D0, A1 and 5E. RGB value is (208,161,94). Sum of RGB (Red+Green+Blue) = 208+161+94=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A15E is #2F5EA1. Grayscale: #A7A7A7. Windows color (decimal): -3104418 or 6201808. OLE color: 6201808.

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

Color convert

RGB20816194-
CMYK00.230.550.18
HSL35.26º54.81%59.22%-
HSV(B)35.26º54.81%81.57%-
XYZ40.7839.7116.1-
YUV167.4286.57156.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.92%
GREEN value IS 161 (63.28% from 255) = 34.77%
BLUE value IS 94 (37.11% from 255) = 20.30%
R=44.92%
G=34.77%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081619400.230.550.1835.2654.8159.22
HexD0A15E017371223373b
Octal3202411360276722436773
Binary1101000010100001101111001011111011110010100011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A15E; }

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

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

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

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

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

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

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

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