Html Css Color HEX #D8A85E Apache

📋 copy color: '#D8A85E'

red 216 ◦ green 168 ◦ blue 94

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

Shades of Apache #D8A85E

Tints of Apache #D8A85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.67%

R = 45.19%
G = 35.15%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8A85E (or 0xD8A85E) is known color: Apache. HEX triplet: D8, A8 and 5E. RGB value is (216,168,94). Sum of RGB (Red+Green+Blue) = 216+168+94=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A85E is #2757A1. Grayscale: #AEAEAE. Windows color (decimal): -2578338 or 6203608. OLE color: 6203608.

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

Color convert

RGB 216 168 94 -
CMYK 0 0.22 0.56 0.15
HSL 36.39º 0.61% 0.61% -
HSV(B) 36.39º 0.56% 0.85% -
XYZ 44.34 43.41 16.63 -
YUV 173.92 82.9 158.02 -
System Red Green Blue C M Y K H S L
Decimal 216 168 94 0 0.22 0.56 0.15 36.39 0.61 0.61
Hex D8 A8 5E 0 16 38 F 24 3D 3D
Octal 330 250 136 0 26 70 17 44 75 75
Binary 11011000 10101000 1011110 0 10110 111000 1111 100100 111101 111101

Color Harmonies of #D8A85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A85E

Black with #D8A85E

Text Example


Text Example

White with #D8A85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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