Html Css Color HEX #D9A45E Apache

📋 copy color: '#D9A45E'

red 217 ◦ green 164 ◦ blue 94

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

Shades of Apache #D9A45E

Tints of Apache #D9A45E

RGB

 RED value IS 217 (85.16% from 255) = 45.68%

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

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

R = 45.68%
G = 34.53%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9A45E (or 0xD9A45E) is known color: Apache. HEX triplet: D9, A4 and 5E. RGB value is (217,164,94). Sum of RGB (Red+Green+Blue) = 217+164+94=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A45E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A45E is #265BA1. Grayscale: #ACACAC. Windows color (decimal): -2513826 or 6202585. OLE color: 6202585.

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

Color convert

RGB 217 164 94 -
CMYK 0 0.24 0.57 0.15
HSL 34.15º 0.62% 0.61% -
HSV(B) 34.15º 0.57% 0.85% -
XYZ 43.91 42.11 16.4 -
YUV 171.87 84.06 160.19 -
System Red Green Blue C M Y K H S L
Decimal 217 164 94 0 0.24 0.57 0.15 34.15 0.62 0.61
Hex D9 A4 5E 0 18 39 F 22 3E 3D
Octal 331 244 136 0 30 71 17 42 76 75
Binary 11011001 10100100 1011110 0 11000 111001 1111 100010 111110 111101

Color Harmonies of #D9A45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A45E

Black with #D9A45E

Text Example


Text Example

White with #D9A45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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