Html Css Color HEX #D1A511 Galliano

📋 copy color: '#D1A511'

red 209 ◦ green 165 ◦ blue 17

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

Shades of Galliano #D1A511

Tints of Galliano #D1A511

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.2%

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

R = 53.45%
G = 42.2%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D1A511 (or 0xD1A511) is known color: Galliano. HEX triplet: D1, A5 and 11. RGB value is (209,165,17). Sum of RGB (Red+Green+Blue) = 209+165+17=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A511 is #2E5AEE. Grayscale: #A1A1A1. Windows color (decimal): -3037935 or 1156561. OLE color: 1156561.

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

Color convert

RGB 209 165 17 -
CMYK 0 0.21 0.92 0.18
HSL 46.25º 0.85% 0.44% -
HSV(B) 46.25º 0.92% 0.82% -
XYZ 39.85 40.51 6.25 -
YUV 161.28 46.58 162.03 -
System Red Green Blue C M Y K H S L
Decimal 209 165 17 0 0.21 0.92 0.18 46.25 0.85 0.44
Hex D1 A5 11 0 15 5C 12 2E 55 2C
Octal 321 245 21 0 25 134 22 56 125 54
Binary 11010001 10100101 10001 0 10101 1011100 10010 101110 1010101 101100

Color Harmonies of #D1A511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A511

Black with #D1A511

Text Example


Text Example

White with #D1A511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A511; }

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

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

background-color css

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

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

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

border-color css

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

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

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