#D0A35E

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

Shades of Apache #D0A35E

Tints of Apache #D0A35E

Color information

#D0A35E (or 0xD0A35E) is unknown color: approx Apache. HEX triplet: D0, A3 and 5E. RGB value is (208,163,94). Sum of RGB (Red+Green+Blue) = 208+163+94=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A35E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A35E is #2F5CA1. Grayscale: #A8A8A8. Windows color (decimal): -3103906 or 6202320. OLE color: 6202320.

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

Color convert

RGB20816394-
CMYK00.220.550.18
HSL36.32º54.81%59.22%-
HSV(B)36.32º54.81%81.57%-
XYZ41.1340.4116.22-
YUV168.5985.91156.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.73%
GREEN value IS 163 (64.06% from 255) = 35.05%
BLUE value IS 94 (37.11% from 255) = 20.22%
R=44.73%
G=35.05%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081639400.220.550.1836.3254.8159.22
HexD0A35E016371224373b
Octal3202431360266722446773
Binary1101000010100011101111001011011011110010100100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A35E; }

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

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

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

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

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

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

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

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