Html Css Color HEX #D6A85E Apache

📋 copy color: '#D6A85E'

red 214 ◦ green 168 ◦ blue 94

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

Shades of Apache #D6A85E

Tints of Apache #D6A85E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.29%

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

R = 44.96%
G = 35.29%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6A85E (or 0xD6A85E) is known color: Apache. HEX triplet: D6, A8 and 5E. RGB value is (214,168,94). Sum of RGB (Red+Green+Blue) = 214+168+94=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A85E is #2957A1. Grayscale: #ADADAD. Windows color (decimal): -2709410 or 6203606. OLE color: 6203606.

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

Color convert

RGB 214 168 94 -
CMYK 0 0.21 0.56 0.16
HSL 37º 0.59% 0.6% -
HSV(B) 37º 0.56% 0.84% -
XYZ 43.75 43.11 16.6 -
YUV 173.32 83.24 157.02 -
System Red Green Blue C M Y K H S L
Decimal 214 168 94 0 0.21 0.56 0.16 37 0.59 0.6
Hex D6 A8 5E 0 15 38 10 25 3B 3C
Octal 326 250 136 0 25 70 20 45 73 74
Binary 11010110 10101000 1011110 0 10101 111000 10000 100101 111011 111100

Color Harmonies of #D6A85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A85E

Black with #D6A85E

Text Example


Text Example

White with #D6A85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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