Html Css Color HEX #D1A011 Galliano

📋 copy color: '#D1A011'

red 209 ◦ green 160 ◦ blue 17

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

Shades of Galliano #D1A011

Tints of Galliano #D1A011

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.45%

 BLUE value IS 17 (7.03% from 255) = 4.4%

R = 54.15%
G = 41.45%
B = 4.4%

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

#D1A011 (or 0xD1A011) is known color: Galliano. HEX triplet: D1, A0 and 11. RGB value is (209,160,17). Sum of RGB (Red+Green+Blue) = 209+160+17=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A011 is #2E5FEE. Grayscale: #9E9E9E. Windows color (decimal): -3039215 or 1155281. OLE color: 1155281.

HSL color Cylindrical-coordinate representation of color #D1A011: hue angle of 44.69º degrees, saturation: 0.85, 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 #D1A011 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 160 17 -
CMYK 0 0.23 0.92 0.18
HSL 44.69º 0.85% 0.44% -
HSV(B) 44.69º 0.92% 0.82% -
XYZ 38.97 38.74 5.95 -
YUV 158.35 48.23 164.13 -
System Red Green Blue C M Y K H S L
Decimal 209 160 17 0 0.23 0.92 0.18 44.69 0.85 0.44
Hex D1 A0 11 0 17 5C 12 2D 55 2C
Octal 321 240 21 0 27 134 22 55 125 54
Binary 11010001 10100000 10001 0 10111 1011100 10010 101101 1010101 101100

Color Harmonies of #D1A011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A011

Black with #D1A011

Text Example


Text Example

White with #D1A011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A011; }

 p { color: rgb(209,160,17); }

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

background-color css

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

 a { background-color: rgb(209,160,17); }

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

border-color css

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

 span { border-color: rgb(209,160,17); }

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