Html Css Color HEX #D6AD5E Apache

📋 copy color: '#D6AD5E'

red 214 ◦ green 173 ◦ blue 94

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

Shades of Apache #D6AD5E

Tints of Apache #D6AD5E

RGB

 RED value IS 214 (83.98% from 255) = 44.49%

 GREEN value IS 173 (67.97% from 255) = 35.97%

 BLUE value IS 94 (37.11% from 255) = 19.54%

R = 44.49%
G = 35.97%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6AD5E (or 0xD6AD5E) is known color: Apache. HEX triplet: D6, AD and 5E. RGB value is (214,173,94). Sum of RGB (Red+Green+Blue) = 214+173+94=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD5E is #2952A1. Grayscale: #B0B0B0. Windows color (decimal): -2708130 or 6204886. OLE color: 6204886.

HSL color Cylindrical-coordinate representation of color #D6AD5E: hue angle of 39.5º 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 #D6AD5E is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 173 94 -
CMYK 0 0.19 0.56 0.16
HSL 39.5º 0.59% 0.6% -
HSV(B) 39.5º 0.56% 0.84% -
XYZ 44.7 44.99 16.92 -
YUV 176.25 81.58 154.92 -
System Red Green Blue C M Y K H S L
Decimal 214 173 94 0 0.19 0.56 0.16 39.5 0.59 0.6
Hex D6 AD 5E 0 13 38 10 28 3B 3C
Octal 326 255 136 0 23 70 20 50 73 74
Binary 11010110 10101101 1011110 0 10011 111000 10000 101000 111011 111100

Color Harmonies of #D6AD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD5E

Black with #D6AD5E

Text Example


Text Example

White with #D6AD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD5E; }

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

 H1.HeaderClassName
 {
   color: #D6AD5E;
 }
 .AnyTagClassName
 {
   color: #D6AD5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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