#D3A213

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

Shades of Galliano #D3A213

Tints of Galliano #D3A213

Color information

#D3A213 (or 0xD3A213) is unknown color: approx Galliano. HEX triplet: D3, A2 and 13. RGB value is (211,162,19). Sum of RGB (Red+Green+Blue) = 211+162+19=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A213 is #2C5DEC. Grayscale: #A0A0A0. Windows color (decimal): -2907629 or 1286867. OLE color: 1286867.

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

Color convert

RGB21116219-
CMYK00.230.910.17
HSL44.69º83.48%45.1%-
HSV(B)44.69º91%82.75%-
XYZ39.939.746.18-
YUV160.3548.23164.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.83%
GREEN value IS 162 (63.67% from 255) = 41.33%
BLUE value IS 19 (7.81% from 255) = 4.85%
R=53.83%
G=41.33%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111621900.230.910.1744.6983.4845.1
HexD3A2130175B112d532d
Octal32324223027133215512355
Binary1101001110100010100110101111011011100011011011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A213; }

 p { color: rgb(211,162,19); }

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

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

 a { background-color: rgb(211,162,19); }

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

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

 span { border-color: rgb(211,162,19); }

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