Html Css Color HEX #D9A45B Apache

📋 copy color: '#D9A45B'

red 217 ◦ green 164 ◦ blue 91

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

Shades of Apache #D9A45B

Tints of Apache #D9A45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.28%

R = 45.97%
G = 34.75%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9A45B (or 0xD9A45B) is known color: Apache. HEX triplet: D9, A4 and 5B. RGB value is (217,164,91). Sum of RGB (Red+Green+Blue) = 217+164+91=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A45B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A45B is #265BA4. Grayscale: #ABABAB. Windows color (decimal): -2513829 or 6005977. OLE color: 6005977.

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

Color convert

RGB 217 164 91 -
CMYK 0 0.24 0.58 0.15
HSL 34.76º 0.62% 0.6% -
HSV(B) 34.76º 0.58% 0.85% -
XYZ 43.78 42.06 15.71 -
YUV 171.53 82.56 160.44 -
System Red Green Blue C M Y K H S L
Decimal 217 164 91 0 0.24 0.58 0.15 34.76 0.62 0.6
Hex D9 A4 5B 0 18 3A F 23 3E 3C
Octal 331 244 133 0 30 72 17 43 76 74
Binary 11011001 10100100 1011011 0 11000 111010 1111 100011 111110 111100

Color Harmonies of #D9A45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A45B

Black with #D9A45B

Text Example


Text Example

White with #D9A45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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