Html Css Color HEX #D8A862 Apache

📋 copy color: '#D8A862'

red 216 ◦ green 168 ◦ blue 98

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

Shades of Apache #D8A862

Tints of Apache #D8A862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.33%

R = 44.81%
G = 34.85%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D8A862 (or 0xD8A862) is known color: Apache. HEX triplet: D8, A8 and 62. RGB value is (216,168,98). Sum of RGB (Red+Green+Blue) = 216+168+98=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A862 is #27579D. Grayscale: #AEAEAE. Windows color (decimal): -2578334 or 6465752. OLE color: 6465752.

HSL color Cylindrical-coordinate representation of color #D8A862: hue angle of 35.59º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8A862 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 168 98 -
CMYK 0 0.22 0.55 0.15
HSL 35.59º 0.6% 0.62% -
HSV(B) 35.59º 0.55% 0.85% -
XYZ 44.53 43.49 17.6 -
YUV 174.37 84.9 157.69 -
System Red Green Blue C M Y K H S L
Decimal 216 168 98 0 0.22 0.55 0.15 35.59 0.6 0.62
Hex D8 A8 62 0 16 37 F 24 3C 3E
Octal 330 250 142 0 26 67 17 44 74 76
Binary 11011000 10101000 1100010 0 10110 110111 1111 100100 111100 111110

Color Harmonies of #D8A862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A862

Black with #D8A862

Text Example


Text Example

White with #D8A862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A862; }

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

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

background-color css

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

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

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

border-color css

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

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

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