Html Css Color HEX #D1AE1C Galliano

📋 copy color: '#D1AE1C'

red 209 ◦ green 174 ◦ blue 28

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

Shades of Galliano #D1AE1C

Tints of Galliano #D1AE1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.81%

R = 50.85%
G = 42.34%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1AE1C (or 0xD1AE1C) is known color: Galliano. HEX triplet: D1, AE and 1C. RGB value is (209,174,28). Sum of RGB (Red+Green+Blue) = 209+174+28=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AE1C is #2E51E3. Grayscale: #A8A8A8. Windows color (decimal): -3035620 or 1879761. OLE color: 1879761.

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

Color convert

RGB 209 174 28 -
CMYK 0 0.17 0.87 0.18
HSL 48.4º 0.76% 0.46% -
HSV(B) 48.4º 0.87% 0.82% -
XYZ 41.64 43.91 7.38 -
YUV 167.82 49.1 157.37 -
System Red Green Blue C M Y K H S L
Decimal 209 174 28 0 0.17 0.87 0.18 48.4 0.76 0.46
Hex D1 AE 1C 0 11 57 12 30 4C 2E
Octal 321 256 34 0 21 127 22 60 114 56
Binary 11010001 10101110 11100 0 10001 1010111 10010 110000 1001100 101110

Color Harmonies of #D1AE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AE1C

Black with #D1AE1C

Text Example


Text Example

White with #D1AE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AE1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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