Html Css Color HEX #D6A864 Apache

📋 copy color: '#D6A864'

red 214 ◦ green 168 ◦ blue 100

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

Shades of Apache #D6A864

Tints of Apache #D6A864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.75%

R = 44.4%
G = 34.85%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6A864 (or 0xD6A864) is known color: Apache. HEX triplet: D6, A8 and 64. RGB value is (214,168,100). Sum of RGB (Red+Green+Blue) = 214+168+100=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A864 is #29579B. Grayscale: #AEAEAE. Windows color (decimal): -2709404 or 6596822. OLE color: 6596822.

HSL color Cylindrical-coordinate representation of color #D6A864: hue angle of 35.79º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6A864 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 168 100 -
CMYK 0 0.21 0.53 0.16
HSL 35.79º 0.58% 0.62% -
HSV(B) 35.79º 0.53% 0.84% -
XYZ 44.03 43.22 18.08 -
YUV 174 86.24 156.53 -
System Red Green Blue C M Y K H S L
Decimal 214 168 100 0 0.21 0.53 0.16 35.79 0.58 0.62
Hex D6 A8 64 0 15 35 10 24 3A 3E
Octal 326 250 144 0 25 65 20 44 72 76
Binary 11010110 10101000 1100100 0 10101 110101 10000 100100 111010 111110

Color Harmonies of #D6A864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A864

Black with #D6A864

Text Example


Text Example

White with #D6A864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A864; }

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

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

background-color css

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

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

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

border-color css

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

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

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