#D3A624

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

Shades of Galliano #D3A624

Tints of Galliano #D3A624

Color information

#D3A624 (or 0xD3A624) is unknown color: approx Galliano. HEX triplet: D3, A6 and 24. RGB value is (211,166,36). Sum of RGB (Red+Green+Blue) = 211+166+36=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 36 (14.45% from 255 or 8.72% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A624 is #2C59DB. Grayscale: #A5A5A5. Windows color (decimal): -2906588 or 2402003. OLE color: 2402003.

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

Color convert

RGB21116636-
CMYK00.210.830.17
HSL44.57º70.85%48.43%-
HSV(B)44.57º82.94%82.75%-
XYZ40.8241.257.48-
YUV164.6455.41161.07-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.09%
GREEN value IS 166 (65.23% from 255) = 40.19%
BLUE value IS 36 (14.45% from 255) = 8.72%
R=51.09%
G=40.19%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.83
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111663600.210.830.1744.5770.8548.43
HexD3A62401553112d4730
Octal32324644025123215510760
Binary11010011101001101001000101011010011100011011011000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A624; }

 p { color: rgb(211,166,36); }

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

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

 a { background-color: rgb(211,166,36); }

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

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

 span { border-color: rgb(211,166,36); }

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