Html Css Color HEX #D8A464 Apache

📋 copy color: '#D8A464'

red 216 ◦ green 164 ◦ blue 100

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

Shades of Apache #D8A464

Tints of Apache #D8A464

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.17%

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

R = 45%
G = 34.17%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D8A464 (or 0xD8A464) is known color: Apache. HEX triplet: D8, A4 and 64. RGB value is (216,164,100). Sum of RGB (Red+Green+Blue) = 216+164+100=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A464 is #275B9B. Grayscale: #ACACAC. Windows color (decimal): -2579356 or 6595800. OLE color: 6595800.

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

Color convert

RGB 216 164 100 -
CMYK 0 0.24 0.54 0.15
HSL 33.1º 0.6% 0.62% -
HSV(B) 33.1º 0.54% 0.85% -
XYZ 43.89 42.07 17.86 -
YUV 172.25 87.23 159.2 -
System Red Green Blue C M Y K H S L
Decimal 216 164 100 0 0.24 0.54 0.15 33.1 0.6 0.62
Hex D8 A4 64 0 18 36 F 21 3C 3E
Octal 330 244 144 0 30 66 17 41 74 76
Binary 11011000 10100100 1100100 0 11000 110110 1111 100001 111100 111110

Color Harmonies of #D8A464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A464

Black with #D8A464

Text Example


Text Example

White with #D8A464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A464; }

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

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

background-color css

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

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

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

border-color css

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

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

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