Html Css Color HEX #D9A95E Apache

📋 copy color: '#D9A95E'

red 217 ◦ green 169 ◦ blue 94

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

Shades of Apache #D9A95E

Tints of Apache #D9A95E

RGB

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

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

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

R = 45.21%
G = 35.21%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9A95E (or 0xD9A95E) is known color: Apache. HEX triplet: D9, A9 and 5E. RGB value is (217,169,94). Sum of RGB (Red+Green+Blue) = 217+169+94=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A95E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A95E is #2656A1. Grayscale: #AFAFAF. Windows color (decimal): -2512546 or 6203865. OLE color: 6203865.

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

Color convert

RGB 217 169 94 -
CMYK 0 0.22 0.57 0.15
HSL 36.59º 0.62% 0.61% -
HSV(B) 36.59º 0.57% 0.85% -
XYZ 44.82 43.94 16.71 -
YUV 174.8 82.4 158.1 -
System Red Green Blue C M Y K H S L
Decimal 217 169 94 0 0.22 0.57 0.15 36.59 0.62 0.61
Hex D9 A9 5E 0 16 39 F 25 3E 3D
Octal 331 251 136 0 26 71 17 45 76 75
Binary 11011001 10101001 1011110 0 10110 111001 1111 100101 111110 111101

Color Harmonies of #D9A95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A95E

Black with #D9A95E

Text Example


Text Example

White with #D9A95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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