Html Css Color HEX #D9A45D Apache

📋 copy color: '#D9A45D'

red 217 ◦ green 164 ◦ blue 93

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

Shades of Apache #D9A45D

Tints of Apache #D9A45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.62%

R = 45.78%
G = 34.6%
B = 19.62%

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

#D9A45D (or 0xD9A45D) is known color: Apache. HEX triplet: D9, A4 and 5D. RGB value is (217,164,93). Sum of RGB (Red+Green+Blue) = 217+164+93=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A45D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A45D is #265BA2. Grayscale: #ACACAC. Windows color (decimal): -2513827 or 6137049. OLE color: 6137049.

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

Color convert

RGB 217 164 93 -
CMYK 0 0.24 0.57 0.15
HSL 34.35º 0.62% 0.61% -
HSV(B) 34.35º 0.57% 0.85% -
XYZ 43.87 42.09 16.17 -
YUV 171.75 83.56 160.27 -
System Red Green Blue C M Y K H S L
Decimal 217 164 93 0 0.24 0.57 0.15 34.35 0.62 0.61
Hex D9 A4 5D 0 18 39 F 22 3E 3D
Octal 331 244 135 0 30 71 17 42 76 75
Binary 11011001 10100100 1011101 0 11000 111001 1111 100010 111110 111101

Color Harmonies of #D9A45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A45D

Black with #D9A45D

Text Example


Text Example

White with #D9A45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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