#D1A260

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

Shades of Apache #D1A260

Tints of Apache #D1A260

Color information

#D1A260 (or 0xD1A260) is unknown color: approx Apache. HEX triplet: D1, A2 and 60. RGB value is (209,162,96). Sum of RGB (Red+Green+Blue) = 209+162+96=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A260 is #2E5D9F. Grayscale: #A8A8A8. Windows color (decimal): -3038624 or 6333137. OLE color: 6333137.

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

Color convert

RGB20916296-
CMYK00.220.540.18
HSL35.04º55.12%59.8%-
HSV(B)35.04º54.07%81.96%-
XYZ41.3340.2416.66-
YUV168.5387.07156.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.75%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 96 (37.89% from 255) = 20.56%
R=44.75%
G=34.69%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091629600.220.540.1835.0455.1259.8
HexD1A260016361223373c
Octal3212421400266622436774
Binary1101000110100010110000001011011011010010100011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A260; }

 p { color: rgb(209,162,96); }

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

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

 a { background-color: rgb(209,162,96); }

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

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

 span { border-color: rgb(209,162,96); }

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