Html Css Color HEX #D8A964 Apache

📋 copy color: '#D8A964'

red 216 ◦ green 169 ◦ blue 100

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

Shades of Apache #D8A964

Tints of Apache #D8A964

RGB

 RED value IS 216 (84.77% from 255) = 44.54%

 GREEN value IS 169 (66.41% from 255) = 34.85%

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

R = 44.54%
G = 34.85%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D8A964 (or 0xD8A964) is known color: Apache. HEX triplet: D8, A9 and 64. RGB value is (216,169,100). Sum of RGB (Red+Green+Blue) = 216+169+100=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A964 is #27569B. Grayscale: #AFAFAF. Windows color (decimal): -2578076 or 6597080. OLE color: 6597080.

HSL color Cylindrical-coordinate representation of color #D8A964: hue angle of 35.69º degrees, saturation: 0.6, 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 #D8A964 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 169 100 -
CMYK 0 0.22 0.54 0.15
HSL 35.69º 0.6% 0.62% -
HSV(B) 35.69º 0.54% 0.85% -
XYZ 44.81 43.89 18.17 -
YUV 175.19 85.57 157.11 -
System Red Green Blue C M Y K H S L
Decimal 216 169 100 0 0.22 0.54 0.15 35.69 0.6 0.62
Hex D8 A9 64 0 16 36 F 24 3C 3E
Octal 330 251 144 0 26 66 17 44 74 76
Binary 11011000 10101001 1100100 0 10110 110110 1111 100100 111100 111110

Color Harmonies of #D8A964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A964

Black with #D8A964

Text Example


Text Example

White with #D8A964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A964; }

 p { color: rgb(216,169,100); }

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

background-color css

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

 a { background-color: rgb(216,169,100); }

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

border-color css

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

 span { border-color: rgb(216,169,100); }

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