Html Css Color HEX #D6AC5E Apache

📋 copy color: '#D6AC5E'

red 214 ◦ green 172 ◦ blue 94

#D6AC5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apache #D6AC5E

Tints of Apache #D6AC5E

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 value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6AC5E (or 0xD6AC5E) is known color: 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

RGB 214 172 94 -
CMYK 0 0.20 0.56 0.16
HSL 39º 0.59% 0.6% -
HSV(B) 39º 0.56% 0.84% -
XYZ 44.5 44.61 16.85 -
YUV 175.67 81.91 155.34 -
System Red Green Blue C M Y K H S L
Decimal 214 172 94 0 0.20 0.56 0.16 39 0.59 0.6
Hex D6 AC 5E 0 14 38 10 27 3B 3C
Octal 326 254 136 0 24 70 20 47 73 74
Binary 11010110 10101100 1011110 0 10100 111000 10000 100111 111011 111100

Color Harmonies of #D6AC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AC5E

Black with #D6AC5E

Text Example


Text Example

White with #D6AC5E

Text Example


Text Example

HTML Codes & Css Web 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>