#D5A41B

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

Shades of Galliano #D5A41B

Tints of Galliano #D5A41B

Color information

#D5A41B (or 0xD5A41B) is unknown color: approx Galliano. HEX triplet: D5, A4 and 1B. RGB value is (213,164,27). Sum of RGB (Red+Green+Blue) = 213+164+27=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A41B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A41B is #2A5BE4. Grayscale: #A3A3A3. Windows color (decimal): -2776037 or 1811669. OLE color: 1811669.

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

Color convert

RGB21316427-
CMYK00.230.870.16
HSL44.19º77.5%47.06%-
HSV(B)44.19º87.32%83.53%-
XYZ40.9140.786.75-
YUV163.0351.23163.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.72%
GREEN value IS 164 (64.45% from 255) = 40.59%
BLUE value IS 27 (10.94% from 255) = 6.68%
R=52.72%
G=40.59%
B=6.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131642700.230.870.1644.1977.547.06
HexD5A41B01757102c4e2f
Octal32524433027127205411657
Binary1101010110100100110110101111010111100001011001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A41B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A41B; }

 p { color: rgb(213,164,27); }

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

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

 a { background-color: rgb(213,164,27); }

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

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

 span { border-color: rgb(213,164,27); }

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