#D6AC5E

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

Shades of Apache #D6AC5E

Tints of Apache #D6AC5E

Color information

#D6AC5E (or 0xD6AC5E) is unknown color: approx Apache. HEX triplet: D6, AC and 5E. RGB value is (214,172,94). Sum of RGB (Red+Green+Blue) = 214+172+94=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AC5E is #2953A1. Grayscale: #B0B0B0. Windows color (decimal): -2708386 or 6204630. OLE color: 6204630.

HSL color Cylindrical-coordinate representation of color #D6AC5E: hue angle of 39º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6AC5E is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB21417294-
CMYK00.200.560.16
HSL39º59.41%60.39%-
HSV(B)39º56.07%83.92%-
XYZ44.544.6116.85-
YUV175.6781.91155.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 172 (67.58% from 255) = 35.83%
BLUE value IS 94 (37.11% from 255) = 19.58%
R=44.58%
G=35.83%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141729400.200.560.163959.4160.39
HexD6AC5E0143810273b3c
Octal3262541360247020477374
Binary1101011010101100101111001010011100010000100111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC5E; }

 p { color: rgb(214,172,94); }

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

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

 a { background-color: rgb(214,172,94); }

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

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

 span { border-color: rgb(214,172,94); }

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