Html Css Color HEX #D8A763 Apache

📋 copy color: '#D8A763'

red 216 ◦ green 167 ◦ blue 99

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

Shades of Apache #D8A763

Tints of Apache #D8A763

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.65%

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

R = 44.81%
G = 34.65%
B = 20.54%

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

#D8A763 (or 0xD8A763) is known color: Apache. HEX triplet: D8, A7 and 63. RGB value is (216,167,99). Sum of RGB (Red+Green+Blue) = 216+167+99=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A763 is #27589C. Grayscale: #AEAEAE. Windows color (decimal): -2578589 or 6531032. OLE color: 6531032.

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

Color convert

RGB 216 167 99 -
CMYK 0 0.23 0.54 0.15
HSL 34.87º 0.6% 0.62% -
HSV(B) 34.87º 0.54% 0.85% -
XYZ 44.39 43.14 17.79 -
YUV 173.9 85.73 158.03 -
System Red Green Blue C M Y K H S L
Decimal 216 167 99 0 0.23 0.54 0.15 34.87 0.6 0.62
Hex D8 A7 63 0 17 36 F 23 3C 3E
Octal 330 247 143 0 27 66 17 43 74 76
Binary 11011000 10100111 1100011 0 10111 110110 1111 100011 111100 111110

Color Harmonies of #D8A763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A763

Black with #D8A763

Text Example


Text Example

White with #D8A763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A763; }

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

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

background-color css

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

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

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

border-color css

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

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

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