Html Css Color HEX #D1AD58 Apache

📋 copy color: '#D1AD58'

red 209 ◦ green 173 ◦ blue 88

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

Shades of Apache #D1AD58

Tints of Apache #D1AD58

RGB

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

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

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

R = 44.47%
G = 36.81%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D1AD58 (or 0xD1AD58) is known color: Apache. HEX triplet: D1, AD and 58. RGB value is (209,173,88). Sum of RGB (Red+Green+Blue) = 209+173+88=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AD58 is #2E52A7. Grayscale: #AEAEAE. Windows color (decimal): -3035816 or 5811665. OLE color: 5811665.

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

Color convert

RGB 209 173 88 -
CMYK 0 0.17 0.58 0.18
HSL 42.15º 0.57% 0.58% -
HSV(B) 42.15º 0.58% 0.82% -
XYZ 43 44.15 15.49 -
YUV 174.07 79.43 152.91 -
System Red Green Blue C M Y K H S L
Decimal 209 173 88 0 0.17 0.58 0.18 42.15 0.57 0.58
Hex D1 AD 58 0 11 3A 12 2A 39 3A
Octal 321 255 130 0 21 72 22 52 71 72
Binary 11010001 10101101 1011000 0 10001 111010 10010 101010 111001 111010

Color Harmonies of #D1AD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AD58

Black with #D1AD58

Text Example


Text Example

White with #D1AD58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AD58; }

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

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

background-color css

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

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

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

border-color css

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

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

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