#D3AB19

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

Shades of Galliano #D3AB19

Tints of Galliano #D3AB19

Color information

#D3AB19 (or 0xD3AB19) is unknown color: approx Galliano. HEX triplet: D3, AB and 19. RGB value is (211,171,25). Sum of RGB (Red+Green+Blue) = 211+171+25=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3AB19 is #2C54E6. Grayscale: #A6A6A6. Windows color (decimal): -2905319 or 1682387. OLE color: 1682387.

HSL color Cylindrical-coordinate representation of color #D3AB19: hue angle of 47.1º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3AB19 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB21117125-
CMYK00.190.880.17
HSL47.1º78.81%46.27%-
HSV(B)47.1º88.15%82.75%-
XYZ41.643.047.04-
YUV166.3248.25159.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.84%
GREEN value IS 171 (67.19% from 255) = 42.01%
BLUE value IS 25 (10.16% from 255) = 6.14%
R=51.84%
G=42.01%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.88
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111712500.190.880.1747.178.8146.27
HexD3AB1901358112f4f2e
Octal32325331023130215711756
Binary1101001110101011110010100111011000100011011111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AB19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AB19; }

 p { color: rgb(211,171,25); }

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

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

 a { background-color: rgb(211,171,25); }

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

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

 span { border-color: rgb(211,171,25); }

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