Html Css Color HEX #D8A45E Apache

📋 copy color: '#D8A45E'

red 216 ◦ green 164 ◦ blue 94

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

Shades of Apache #D8A45E

Tints of Apache #D8A45E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.6%

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

R = 45.57%
G = 34.6%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8A45E (or 0xD8A45E) is known color: Apache. HEX triplet: D8, A4 and 5E. RGB value is (216,164,94). Sum of RGB (Red+Green+Blue) = 216+164+94=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A45E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A45E is #275BA1. Grayscale: #ABABAB. Windows color (decimal): -2579362 or 6202584. OLE color: 6202584.

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

Color convert

RGB 216 164 94 -
CMYK 0 0.24 0.56 0.15
HSL 34.43º 0.61% 0.61% -
HSV(B) 34.43º 0.56% 0.85% -
XYZ 43.61 41.96 16.39 -
YUV 171.57 84.23 159.69 -
System Red Green Blue C M Y K H S L
Decimal 216 164 94 0 0.24 0.56 0.15 34.43 0.61 0.61
Hex D8 A4 5E 0 18 38 F 22 3D 3D
Octal 330 244 136 0 30 70 17 42 75 75
Binary 11011000 10100100 1011110 0 11000 111000 1111 100010 111101 111101

Color Harmonies of #D8A45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A45E

Black with #D8A45E

Text Example


Text Example

White with #D8A45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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