Html Css Color HEX #D1AE52 Apache

📋 copy color: '#D1AE52'

red 209 ◦ green 174 ◦ blue 82

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

Shades of Apache #D1AE52

Tints of Apache #D1AE52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.63%

R = 44.95%
G = 37.42%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D1AE52 (or 0xD1AE52) is known color: Apache. HEX triplet: D1, AE and 52. RGB value is (209,174,82). Sum of RGB (Red+Green+Blue) = 209+174+82=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AE52 is #2E51AD. Grayscale: #AEAEAE. Windows color (decimal): -3035566 or 5418705. OLE color: 5418705.

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

Color convert

RGB 209 174 82 -
CMYK 0 0.17 0.61 0.18
HSL 43.46º 0.58% 0.57% -
HSV(B) 43.46º 0.61% 0.82% -
XYZ 42.95 44.44 14.3 -
YUV 173.98 76.1 152.98 -
System Red Green Blue C M Y K H S L
Decimal 209 174 82 0 0.17 0.61 0.18 43.46 0.58 0.57
Hex D1 AE 52 0 11 3D 12 2B 3A 39
Octal 321 256 122 0 21 75 22 53 72 71
Binary 11010001 10101110 1010010 0 10001 111101 10010 101011 111010 111001

Color Harmonies of #D1AE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AE52

Black with #D1AE52

Text Example


Text Example

White with #D1AE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AE52; }

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

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

background-color css

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

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

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

border-color css

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

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

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