Html Css Color HEX #D9A45F Apache

📋 copy color: '#D9A45F'

red 217 ◦ green 164 ◦ blue 95

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

Shades of Apache #D9A45F

Tints of Apache #D9A45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.96%

R = 45.59%
G = 34.45%
B = 19.96%

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

#D9A45F (or 0xD9A45F) is known color: Apache. HEX triplet: D9, A4 and 5F. RGB value is (217,164,95). Sum of RGB (Red+Green+Blue) = 217+164+95=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A45F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A45F is #265BA0. Grayscale: #ACACAC. Windows color (decimal): -2513825 or 6268121. OLE color: 6268121.

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

Color convert

RGB 217 164 95 -
CMYK 0 0.24 0.56 0.15
HSL 33.93º 0.62% 0.61% -
HSV(B) 33.93º 0.56% 0.85% -
XYZ 43.96 42.13 16.64 -
YUV 171.98 84.56 160.11 -
System Red Green Blue C M Y K H S L
Decimal 217 164 95 0 0.24 0.56 0.15 33.93 0.62 0.61
Hex D9 A4 5F 0 18 38 F 22 3E 3D
Octal 331 244 137 0 30 70 17 42 76 75
Binary 11011001 10100100 1011111 0 11000 111000 1111 100010 111110 111101

Color Harmonies of #D9A45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A45F

Black with #D9A45F

Text Example


Text Example

White with #D9A45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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