#D1A25E

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

Shades of Apache #D1A25E

Tints of Apache #D1A25E

Color information

#D1A25E (or 0xD1A25E) is unknown color: approx Apache. HEX triplet: D1, A2 and 5E. RGB value is (209,162,94). Sum of RGB (Red+Green+Blue) = 209+162+94=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A25E is #2E5DA1. Grayscale: #A8A8A8. Windows color (decimal): -3038626 or 6202065. OLE color: 6202065.

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

Color convert

RGB20916294-
CMYK00.220.550.18
HSL35.48º55.56%59.41%-
HSV(B)35.48º55.02%81.96%-
XYZ41.2440.216.18-
YUV168.386.07157.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.95%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 94 (37.11% from 255) = 20.22%
R=44.95%
G=34.84%
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
Decimal2091629400.220.550.1835.4855.5659.41
HexD1A25E016371223383b
Octal3212421360266722437073
Binary1101000110100010101111001011011011110010100011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A25E; }

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

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

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

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

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

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

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

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