Html Css Color HEX #D1A959 Apache

📋 copy color: '#D1A959'

red 209 ◦ green 169 ◦ blue 89

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

Shades of Apache #D1A959

Tints of Apache #D1A959

RGB

 RED value IS 209 (82.03% from 255) = 44.75%

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

 BLUE value IS 89 (35.16% from 255) = 19.06%

R = 44.75%
G = 36.19%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1A959 (or 0xD1A959) is known color: Apache. HEX triplet: D1, A9 and 59. RGB value is (209,169,89). Sum of RGB (Red+Green+Blue) = 209+169+89=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 89 (35.16% from 255 or 19.06% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A959 is #2E56A6. Grayscale: #ACACAC. Windows color (decimal): -3036839 or 5876177. OLE color: 5876177.

HSL color Cylindrical-coordinate representation of color #D1A959: hue angle of 40º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1A959 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 169 89 -
CMYK 0 0.19 0.57 0.18
HSL 40º 0.57% 0.58% -
HSV(B) 40º 0.57% 0.82% -
XYZ 42.29 42.65 15.46 -
YUV 171.84 81.25 154.5 -
System Red Green Blue C M Y K H S L
Decimal 209 169 89 0 0.19 0.57 0.18 40 0.57 0.58
Hex D1 A9 59 0 13 39 12 28 39 3A
Octal 321 251 131 0 23 71 22 50 71 72
Binary 11010001 10101001 1011001 0 10011 111001 10010 101000 111001 111010

Color Harmonies of #D1A959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A959

Black with #D1A959

Text Example


Text Example

White with #D1A959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A959; }

 p { color: rgb(209,169,89); }

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

background-color css

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

 a { background-color: rgb(209,169,89); }

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

border-color css

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

 span { border-color: rgb(209,169,89); }

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