Html Css Color HEX #D8A963 Apache

📋 copy color: '#D8A963'

red 216 ◦ green 169 ◦ blue 99

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

Shades of Apache #D8A963

Tints of Apache #D8A963

RGB

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

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

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

R = 44.63%
G = 34.92%
B = 20.45%

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

#D8A963 (or 0xD8A963) is known color: Apache. HEX triplet: D8, A9 and 63. RGB value is (216,169,99). Sum of RGB (Red+Green+Blue) = 216+169+99=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 99 (39.06% from 255 or 20.45% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A963 is #27569C. Grayscale: #AFAFAF. Windows color (decimal): -2578077 or 6531544. OLE color: 6531544.

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

Color convert

RGB 216 169 99 -
CMYK 0 0.22 0.54 0.15
HSL 35.9º 0.6% 0.62% -
HSV(B) 35.9º 0.54% 0.85% -
XYZ 44.76 43.88 17.91 -
YUV 175.07 85.07 157.19 -
System Red Green Blue C M Y K H S L
Decimal 216 169 99 0 0.22 0.54 0.15 35.9 0.6 0.62
Hex D8 A9 63 0 16 36 F 24 3C 3E
Octal 330 251 143 0 26 66 17 44 74 76
Binary 11011000 10101001 1100011 0 10110 110110 1111 100100 111100 111110

Color Harmonies of #D8A963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A963

Black with #D8A963

Text Example


Text Example

White with #D8A963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A963; }

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

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

background-color css

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

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

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

border-color css

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

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

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