Html Css Color HEX #D1AA58 Apache

📋 copy color: '#D1AA58'

red 209 ◦ green 170 ◦ blue 88

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

Shades of Apache #D1AA58

Tints of Apache #D1AA58

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.4%

 BLUE value IS 88 (34.77% from 255) = 18.84%

R = 44.75%
G = 36.4%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D1AA58 (or 0xD1AA58) is known color: Apache. HEX triplet: D1, AA and 58. RGB value is (209,170,88). Sum of RGB (Red+Green+Blue) = 209+170+88=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AA58 is #2E55A7. Grayscale: #ACACAC. Windows color (decimal): -3036584 or 5810897. OLE color: 5810897.

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

Color convert

RGB 209 170 88 -
CMYK 0 0.19 0.58 0.18
HSL 40.66º 0.57% 0.58% -
HSV(B) 40.66º 0.58% 0.82% -
XYZ 42.43 43.01 15.3 -
YUV 172.31 80.42 154.17 -
System Red Green Blue C M Y K H S L
Decimal 209 170 88 0 0.19 0.58 0.18 40.66 0.57 0.58
Hex D1 AA 58 0 13 3A 12 29 39 3A
Octal 321 252 130 0 23 72 22 51 71 72
Binary 11010001 10101010 1011000 0 10011 111010 10010 101001 111001 111010

Color Harmonies of #D1AA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AA58

Black with #D1AA58

Text Example


Text Example

White with #D1AA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AA58; }

 p { color: rgb(209,170,88); }

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

background-color css

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

 a { background-color: rgb(209,170,88); }

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

border-color css

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

 span { border-color: rgb(209,170,88); }

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