Html Css Color HEX #D1A110 Galliano

📋 copy color: '#D1A110'

red 209 ◦ green 161 ◦ blue 16

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

Shades of Galliano #D1A110

Tints of Galliano #D1A110

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.71%

 BLUE value IS 16 (6.64% from 255) = 4.15%

R = 54.15%
G = 41.71%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D1A110 (or 0xD1A110) is known color: Galliano. HEX triplet: D1, A1 and 10. RGB value is (209,161,16). Sum of RGB (Red+Green+Blue) = 209+161+16=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A110 is #2E5EEF. Grayscale: #9F9F9F. Windows color (decimal): -3038960 or 1090001. OLE color: 1090001.

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

Color convert

RGB 209 161 16 -
CMYK 0 0.23 0.92 0.18
HSL 45.08º 0.86% 0.44% -
HSV(B) 45.08º 0.92% 0.82% -
XYZ 39.13 39.08 5.97 -
YUV 158.82 47.4 163.79 -
System Red Green Blue C M Y K H S L
Decimal 209 161 16 0 0.23 0.92 0.18 45.08 0.86 0.44
Hex D1 A1 10 0 17 5C 12 2D 56 2C
Octal 321 241 20 0 27 134 22 55 126 54
Binary 11010001 10100001 10000 0 10111 1011100 10010 101101 1010110 101100

Color Harmonies of #D1A110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A110

Black with #D1A110

Text Example


Text Example

White with #D1A110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A110; }

 p { color: rgb(209,161,16); }

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

background-color css

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

 a { background-color: rgb(209,161,16); }

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

border-color css

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

 span { border-color: rgb(209,161,16); }

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