Html Css Color HEX #D1AD55 Apache

📋 copy color: '#D1AD55'

red 209 ◦ green 173 ◦ blue 85

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

Shades of Apache #D1AD55

Tints of Apache #D1AD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.2%

R = 44.75%
G = 37.04%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D1AD55 (or 0xD1AD55) is known color: Apache. HEX triplet: D1, AD and 55. RGB value is (209,173,85). Sum of RGB (Red+Green+Blue) = 209+173+85=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AD55 is #2E52AA. Grayscale: #AEAEAE. Windows color (decimal): -3035819 or 5615057. OLE color: 5615057.

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

Color convert

RGB 209 173 85 -
CMYK 0 0.17 0.59 0.18
HSL 42.58º 0.57% 0.58% -
HSV(B) 42.58º 0.59% 0.82% -
XYZ 42.88 44.1 14.85 -
YUV 173.73 77.93 153.16 -
System Red Green Blue C M Y K H S L
Decimal 209 173 85 0 0.17 0.59 0.18 42.58 0.57 0.58
Hex D1 AD 55 0 11 3B 12 2B 39 3A
Octal 321 255 125 0 21 73 22 53 71 72
Binary 11010001 10101101 1010101 0 10001 111011 10010 101011 111001 111010

Color Harmonies of #D1AD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AD55

Black with #D1AD55

Text Example


Text Example

White with #D1AD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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