Html Css Color HEX #D1AE16 Galliano

📋 copy color: '#D1AE16'

red 209 ◦ green 174 ◦ blue 22

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

Shades of Galliano #D1AE16

Tints of Galliano #D1AE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.43%

R = 51.6%
G = 42.96%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D1AE16 (or 0xD1AE16) is known color: Galliano. HEX triplet: D1, AE and 16. RGB value is (209,174,22). Sum of RGB (Red+Green+Blue) = 209+174+22=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AE16 is #2E51E9. Grayscale: #A7A7A7. Windows color (decimal): -3035626 or 1486545. OLE color: 1486545.

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

Color convert

RGB 209 174 22 -
CMYK 0 0.17 0.89 0.18
HSL 48.77º 0.81% 0.45% -
HSV(B) 48.77º 0.89% 0.82% -
XYZ 41.58 43.89 7.04 -
YUV 167.14 46.1 157.86 -
System Red Green Blue C M Y K H S L
Decimal 209 174 22 0 0.17 0.89 0.18 48.77 0.81 0.45
Hex D1 AE 16 0 11 59 12 31 51 2D
Octal 321 256 26 0 21 131 22 61 121 55
Binary 11010001 10101110 10110 0 10001 1011001 10010 110001 1010001 101101

Color Harmonies of #D1AE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AE16

Black with #D1AE16

Text Example


Text Example

White with #D1AE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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