#D4B11C

Color #D4B11C Galliano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Galliano #D4B11C

Tints of Galliano #D4B11C

Color information

#D4B11C (or 0xD4B11C) is unknown color: approx Galliano. HEX triplet: D4, B1 and 1C. RGB value is (212,177,28). Sum of RGB (Red+Green+Blue) = 212+177+28=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 28 (11.33% from 255 or 6.71% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4B11C is #2B4EE3. Grayscale: #ABABAB. Windows color (decimal): -2838244 or 1880532. OLE color: 1880532.

HSL color Cylindrical-coordinate representation of color #D4B11C: hue angle of 48.59º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4B11C is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB21217728-
CMYK00.170.870.17
HSL48.59º76.67%47.06%-
HSV(B)48.59º86.79%83.14%-
XYZ43.0845.537.62-
YUV170.4847.6157.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.84%
GREEN value IS 177 (69.53% from 255) = 42.45%
BLUE value IS 28 (11.33% from 255) = 6.71%
R=50.84%
G=42.45%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121772800.170.870.1748.5976.6747.06
HexD4B11C0115711314d2f
Octal32426134021127216111557
Binary1101010010110001111000100011010111100011100011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B11C; }

 p { color: rgb(212,177,28); }

 H1.HeaderClassName
 {
   color: #D4B11C;
 }
 .AnyTagClassName
 {
   color: #D4B11C;
 }
</style>
background-color css

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

 a { background-color: rgb(212,177,28); }

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

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

 span { border-color: rgb(212,177,28); }

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