#D5A329

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

Shades of Galliano #D5A329

Tints of Galliano #D5A329

Color information

#D5A329 (or 0xD5A329) is unknown color: approx Galliano. HEX triplet: D5, A3 and 29. RGB value is (213,163,41). Sum of RGB (Red+Green+Blue) = 213+163+41=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A329 is #2A5CD6. Grayscale: #A4A4A4. Windows color (decimal): -2776279 or 2728917. OLE color: 2728917.

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

Color convert

RGB21316341-
CMYK00.230.810.16
HSL42.56º67.72%49.8%-
HSV(B)42.56º80.75%83.53%-
XYZ40.9440.57.76-
YUV164.0458.56162.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.08%
GREEN value IS 163 (64.06% from 255) = 39.09%
BLUE value IS 41 (16.41% from 255) = 9.83%
R=51.08%
G=39.09%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131634100.230.810.1642.5667.7249.8
HexD5A32901751102b4432
Octal32524351027121205310462
Binary11010101101000111010010101111010001100001010111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A329; }

 p { color: rgb(213,163,41); }

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

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

 a { background-color: rgb(213,163,41); }

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

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

 span { border-color: rgb(213,163,41); }

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