#D1A65A

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

Shades of Apache #D1A65A

Tints of Apache #D1A65A

Color information

#D1A65A (or 0xD1A65A) is unknown color: approx Apache. HEX triplet: D1, A6 and 5A. RGB value is (209,166,90). Sum of RGB (Red+Green+Blue) = 209+166+90=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A65A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A65A is #2E59A5. Grayscale: #AAAAAA. Windows color (decimal): -3037606 or 5940945. OLE color: 5940945.

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

Color convert

RGB20916690-
CMYK00.210.570.18
HSL38.32º56.4%58.63%-
HSV(B)38.32º56.94%81.96%-
XYZ41.7841.5715.49-
YUV170.1982.75155.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.95%
GREEN value IS 166 (65.23% from 255) = 35.70%
BLUE value IS 90 (35.55% from 255) = 19.35%
R=44.95%
G=35.70%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091669000.210.570.1838.3256.458.63
HexD1A65A015391226383b
Octal3212461320257122467073
Binary1101000110100110101101001010111100110010100110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A65A; }

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

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

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

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

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

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

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

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