Html Css Color HEX #D8A863 Apache

📋 copy color: '#D8A863'

red 216 ◦ green 168 ◦ blue 99

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

Shades of Apache #D8A863

Tints of Apache #D8A863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.5%

R = 44.72%
G = 34.78%
B = 20.5%

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

#D8A863 (or 0xD8A863) is known color: Apache. HEX triplet: D8, A8 and 63. RGB value is (216,168,99). Sum of RGB (Red+Green+Blue) = 216+168+99=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A863 is #27579C. Grayscale: #AEAEAE. Windows color (decimal): -2578333 or 6531288. OLE color: 6531288.

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

Color convert

RGB 216 168 99 -
CMYK 0 0.22 0.54 0.15
HSL 35.38º 0.6% 0.62% -
HSV(B) 35.38º 0.54% 0.85% -
XYZ 44.57 43.51 17.85 -
YUV 174.49 85.4 157.61 -
System Red Green Blue C M Y K H S L
Decimal 216 168 99 0 0.22 0.54 0.15 35.38 0.6 0.62
Hex D8 A8 63 0 16 36 F 23 3C 3E
Octal 330 250 143 0 26 66 17 43 74 76
Binary 11011000 10101000 1100011 0 10110 110110 1111 100011 111100 111110

Color Harmonies of #D8A863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A863

Black with #D8A863

Text Example


Text Example

White with #D8A863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A863; }

 p { color: rgb(216,168,99); }

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

background-color css

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

 a { background-color: rgb(216,168,99); }

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

border-color css

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

 span { border-color: rgb(216,168,99); }

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