Html Css Color HEX #D9A864 Apache

📋 copy color: '#D9A864'

red 217 ◦ green 168 ◦ blue 100

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

Shades of Apache #D9A864

Tints of Apache #D9A864

RGB

 RED value IS 217 (85.16% from 255) = 44.74%

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

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

R = 44.74%
G = 34.64%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D9A864 (or 0xD9A864) is known color: Apache. HEX triplet: D9, A8 and 64. RGB value is (217,168,100). Sum of RGB (Red+Green+Blue) = 217+168+100=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A864 is #26579B. Grayscale: #AFAFAF. Windows color (decimal): -2512796 or 6596825. OLE color: 6596825.

HSL color Cylindrical-coordinate representation of color #D9A864: hue angle of 34.87º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9A864 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 168 100 -
CMYK 0 0.23 0.54 0.15
HSL 34.87º 0.61% 0.62% -
HSV(B) 34.87º 0.54% 0.85% -
XYZ 44.92 43.68 18.12 -
YUV 174.9 85.73 158.03 -
System Red Green Blue C M Y K H S L
Decimal 217 168 100 0 0.23 0.54 0.15 34.87 0.61 0.62
Hex D9 A8 64 0 17 36 F 23 3D 3E
Octal 331 250 144 0 27 66 17 43 75 76
Binary 11011001 10101000 1100100 0 10111 110110 1111 100011 111101 111110

Color Harmonies of #D9A864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A864

Black with #D9A864

Text Example


Text Example

White with #D9A864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A864; }

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

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

background-color css

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

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

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

border-color css

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

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

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