#D3A413

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

Shades of Galliano #D3A413

Tints of Galliano #D3A413

Color information

#D3A413 (or 0xD3A413) is unknown color: approx Galliano. HEX triplet: D3, A4 and 13. RGB value is (211,164,19). Sum of RGB (Red+Green+Blue) = 211+164+19=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 19 (7.81% from 255 or 4.82% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A413 is #2C5BEC. Grayscale: #A2A2A2. Windows color (decimal): -2907117 or 1287379. OLE color: 1287379.

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

Color convert

RGB21116419-
CMYK00.220.910.17
HSL45.31º83.48%45.1%-
HSV(B)45.31º91%82.75%-
XYZ40.2640.456.3-
YUV161.5247.57163.29-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.55%
GREEN value IS 164 (64.45% from 255) = 41.62%
BLUE value IS 19 (7.81% from 255) = 4.82%
R=53.55%
G=41.62%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111641900.220.910.1745.3183.4845.1
HexD3A4130165B112d532d
Octal32324423026133215512355
Binary1101001110100100100110101101011011100011011011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A413; }

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

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

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

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

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

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

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

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