Html Css Color HEX #D1AE56 Apache

📋 copy color: '#D1AE56'

red 209 ◦ green 174 ◦ blue 86

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

Shades of Apache #D1AE56

Tints of Apache #D1AE56

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.1%

 BLUE value IS 86 (33.98% from 255) = 18.34%

R = 44.56%
G = 37.1%
B = 18.34%

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

#D1AE56 (or 0xD1AE56) is known color: Apache. HEX triplet: D1, AE and 56. RGB value is (209,174,86). Sum of RGB (Red+Green+Blue) = 209+174+86=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AE56 is #2E51A9. Grayscale: #AEAEAE. Windows color (decimal): -3035562 or 5680849. OLE color: 5680849.

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

Color convert

RGB 209 174 86 -
CMYK 0 0.17 0.59 0.18
HSL 42.93º 0.57% 0.58% -
HSV(B) 42.93º 0.59% 0.82% -
XYZ 43.11 44.5 15.12 -
YUV 174.43 78.1 152.66 -
System Red Green Blue C M Y K H S L
Decimal 209 174 86 0 0.17 0.59 0.18 42.93 0.57 0.58
Hex D1 AE 56 0 11 3B 12 2B 39 3A
Octal 321 256 126 0 21 73 22 53 71 72
Binary 11010001 10101110 1010110 0 10001 111011 10010 101011 111001 111010

Color Harmonies of #D1AE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AE56

Black with #D1AE56

Text Example


Text Example

White with #D1AE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AE56; }

 p { color: rgb(209,174,86); }

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

background-color css

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

 a { background-color: rgb(209,174,86); }

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

border-color css

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

 span { border-color: rgb(209,174,86); }

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