Html Css Color HEX #D1AD59 Apache

📋 copy color: '#D1AD59'

red 209 ◦ green 173 ◦ blue 89

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

Shades of Apache #D1AD59

Tints of Apache #D1AD59

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.73%

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

R = 44.37%
G = 36.73%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1AD59 (or 0xD1AD59) is known color: Apache. HEX triplet: D1, AD and 59. RGB value is (209,173,89). Sum of RGB (Red+Green+Blue) = 209+173+89=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AD59 is #2E52A6. Grayscale: #AEAEAE. Windows color (decimal): -3035815 or 5877201. OLE color: 5877201.

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

Color convert

RGB 209 173 89 -
CMYK 0 0.17 0.57 0.18
HSL 42º 0.57% 0.58% -
HSV(B) 42º 0.57% 0.82% -
XYZ 43.04 44.16 15.71 -
YUV 174.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 209 173 89 0 0.17 0.57 0.18 42 0.57 0.58
Hex D1 AD 59 0 11 39 12 2A 39 3A
Octal 321 255 131 0 21 71 22 52 71 72
Binary 11010001 10101101 1011001 0 10001 111001 10010 101010 111001 111010

Color Harmonies of #D1AD59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AD59

Black with #D1AD59

Text Example


Text Example

White with #D1AD59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AD59; }

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

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

background-color css

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

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

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

border-color css

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

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

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