Html Css Color HEX #D1AE1E Galliano

📋 copy color: '#D1AE1E'

red 209 ◦ green 174 ◦ blue 30

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

Shades of Galliano #D1AE1E

Tints of Galliano #D1AE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.26%

R = 50.61%
G = 42.13%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1AE1E (or 0xD1AE1E) is known color: Galliano. HEX triplet: D1, AE and 1E. RGB value is (209,174,30). Sum of RGB (Red+Green+Blue) = 209+174+30=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 30 (12.11% from 255 or 7.26% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AE1E is #2E51E1. Grayscale: #A8A8A8. Windows color (decimal): -3035618 or 2010833. OLE color: 2010833.

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

Color convert

RGB 209 174 30 -
CMYK 0 0.17 0.86 0.18
HSL 48.27º 0.75% 0.47% -
HSV(B) 48.27º 0.86% 0.82% -
XYZ 41.66 43.92 7.51 -
YUV 168.05 50.1 157.21 -
System Red Green Blue C M Y K H S L
Decimal 209 174 30 0 0.17 0.86 0.18 48.27 0.75 0.47
Hex D1 AE 1E 0 11 56 12 30 4B 2F
Octal 321 256 36 0 21 126 22 60 113 57
Binary 11010001 10101110 11110 0 10001 1010110 10010 110000 1001011 101111

Color Harmonies of #D1AE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AE1E

Black with #D1AE1E

Text Example


Text Example

White with #D1AE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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