#D0A45C

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

Shades of Apache #D0A45C

Tints of Apache #D0A45C

Color information

#D0A45C (or 0xD0A45C) is unknown color: approx Apache. HEX triplet: D0, A4 and 5C. RGB value is (208,164,92). Sum of RGB (Red+Green+Blue) = 208+164+92=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A45C is #2F5BA3. Grayscale: #A9A9A9. Windows color (decimal): -3103652 or 6071504. OLE color: 6071504.

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

Color convert

RGB20816492-
CMYK00.210.560.18
HSL37.24º55.24%58.82%-
HSV(B)37.24º55.77%81.57%-
XYZ41.2240.7315.82-
YUV168.9584.58155.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.83%
GREEN value IS 164 (64.45% from 255) = 35.34%
BLUE value IS 92 (36.33% from 255) = 19.83%
R=44.83%
G=35.34%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081649200.210.560.1837.2455.2458.82
HexD0A45C015381225373b
Octal3202441340257022456773
Binary1101000010100100101110001010111100010010100101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A45C; }

 p { color: rgb(208,164,92); }

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

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

 a { background-color: rgb(208,164,92); }

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

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

 span { border-color: rgb(208,164,92); }

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