Html Css Color HEX #D8A85B Apache

📋 copy color: '#D8A85B'

red 216 ◦ green 168 ◦ blue 91

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

Shades of Apache #D8A85B

Tints of Apache #D8A85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.16%

R = 45.47%
G = 35.37%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8A85B (or 0xD8A85B) is known color: Apache. HEX triplet: D8, A8 and 5B. RGB value is (216,168,91). Sum of RGB (Red+Green+Blue) = 216+168+91=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A85B is #2757A4. Grayscale: #ADADAD. Windows color (decimal): -2578341 or 6007000. OLE color: 6007000.

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

Color convert

RGB 216 168 91 -
CMYK 0 0.22 0.58 0.15
HSL 36.96º 0.62% 0.6% -
HSV(B) 36.96º 0.58% 0.85% -
XYZ 44.21 43.36 15.94 -
YUV 173.57 81.4 158.26 -
System Red Green Blue C M Y K H S L
Decimal 216 168 91 0 0.22 0.58 0.15 36.96 0.62 0.6
Hex D8 A8 5B 0 16 3A F 25 3E 3C
Octal 330 250 133 0 26 72 17 45 76 74
Binary 11011000 10101000 1011011 0 10110 111010 1111 100101 111110 111100

Color Harmonies of #D8A85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A85B

Black with #D8A85B

Text Example


Text Example

White with #D8A85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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