#D1A95A

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

Shades of Apache #D1A95A

Tints of Apache #D1A95A

Color information

#D1A95A (or 0xD1A95A) is unknown color: approx Apache. HEX triplet: D1, A9 and 5A. RGB value is (209,169,90). Sum of RGB (Red+Green+Blue) = 209+169+90=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A95A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A95A is #2E56A5. Grayscale: #ACACAC. Windows color (decimal): -3036838 or 5941713. OLE color: 5941713.

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

Color convert

RGB20916990-
CMYK00.190.570.18
HSL39.83º56.4%58.63%-
HSV(B)39.83º56.94%81.96%-
XYZ42.3342.6715.68-
YUV171.9581.75154.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.66%
GREEN value IS 169 (66.41% from 255) = 36.11%
BLUE value IS 90 (35.55% from 255) = 19.23%
R=44.66%
G=36.11%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091699000.190.570.1839.8356.458.63
HexD1A95A013391228383b
Octal3212511320237122507073
Binary1101000110101001101101001001111100110010101000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A95A; }

 p { color: rgb(209,169,90); }

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

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

 a { background-color: rgb(209,169,90); }

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

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

 span { border-color: rgb(209,169,90); }

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