Html Css Color HEX #D8A859 Apache

📋 copy color: '#D8A859'

red 216 ◦ green 168 ◦ blue 89

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

Shades of Apache #D8A859

Tints of Apache #D8A859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 18.82%

R = 45.67%
G = 35.52%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D8A859 (or 0xD8A859) is known color: Apache. HEX triplet: D8, A8 and 59. RGB value is (216,168,89). Sum of RGB (Red+Green+Blue) = 216+168+89=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A859 is #2757A6. Grayscale: #ADADAD. Windows color (decimal): -2578343 or 5875928. OLE color: 5875928.

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

Color convert

RGB 216 168 89 -
CMYK 0 0.22 0.59 0.15
HSL 37.32º 0.62% 0.6% -
HSV(B) 37.32º 0.59% 0.85% -
XYZ 44.12 43.33 15.49 -
YUV 173.35 80.4 158.42 -
System Red Green Blue C M Y K H S L
Decimal 216 168 89 0 0.22 0.59 0.15 37.32 0.62 0.6
Hex D8 A8 59 0 16 3B F 25 3E 3C
Octal 330 250 131 0 26 73 17 45 76 74
Binary 11011000 10101000 1011001 0 10110 111011 1111 100101 111110 111100

Color Harmonies of #D8A859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A859

Black with #D8A859

Text Example


Text Example

White with #D8A859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A859; }

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

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

background-color css

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

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

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

border-color css

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

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

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