Html Css Color HEX #D8A95E Apache

📋 copy color: '#D8A95E'

red 216 ◦ green 169 ◦ blue 94

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

Shades of Apache #D8A95E

Tints of Apache #D8A95E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.28%

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

R = 45.09%
G = 35.28%
B = 19.62%

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

#D8A95E (or 0xD8A95E) is known color: Apache. HEX triplet: D8, A9 and 5E. RGB value is (216,169,94). Sum of RGB (Red+Green+Blue) = 216+169+94=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A95E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A95E is #2756A1. Grayscale: #AEAEAE. Windows color (decimal): -2578082 or 6203864. OLE color: 6203864.

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

Color convert

RGB 216 169 94 -
CMYK 0 0.22 0.56 0.15
HSL 36.89º 0.61% 0.61% -
HSV(B) 36.89º 0.56% 0.85% -
XYZ 44.53 43.78 16.69 -
YUV 174.5 82.57 157.6 -
System Red Green Blue C M Y K H S L
Decimal 216 169 94 0 0.22 0.56 0.15 36.89 0.61 0.61
Hex D8 A9 5E 0 16 38 F 25 3D 3D
Octal 330 251 136 0 26 70 17 45 75 75
Binary 11011000 10101001 1011110 0 10110 111000 1111 100101 111101 111101

Color Harmonies of #D8A95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A95E

Black with #D8A95E

Text Example


Text Example

White with #D8A95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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