Html Css Color HEX #D1A410 Galliano

📋 copy color: '#D1A410'

red 209 ◦ green 164 ◦ blue 16

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

Shades of Galliano #D1A410

Tints of Galliano #D1A410

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.16%

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

R = 53.73%
G = 42.16%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D1A410 (or 0xD1A410) is known color: Galliano. HEX triplet: D1, A4 and 10. RGB value is (209,164,16). Sum of RGB (Red+Green+Blue) = 209+164+16=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A410 is #2E5BEF. Grayscale: #A1A1A1. Windows color (decimal): -3038192 or 1090769. OLE color: 1090769.

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

Color convert

RGB 209 164 16 -
CMYK 0 0.22 0.92 0.18
HSL 46.01º 0.86% 0.44% -
HSV(B) 46.01º 0.92% 0.82% -
XYZ 39.66 40.14 6.15 -
YUV 160.58 46.41 162.53 -
System Red Green Blue C M Y K H S L
Decimal 209 164 16 0 0.22 0.92 0.18 46.01 0.86 0.44
Hex D1 A4 10 0 16 5C 12 2E 56 2C
Octal 321 244 20 0 26 134 22 56 126 54
Binary 11010001 10100100 10000 0 10110 1011100 10010 101110 1010110 101100

Color Harmonies of #D1A410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A410

Black with #D1A410

Text Example


Text Example

White with #D1A410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A410; }

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

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

background-color css

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

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

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

border-color css

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

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

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