#D4A326

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

Shades of Galliano #D4A326

Tints of Galliano #D4A326

Color information

#D4A326 (or 0xD4A326) is unknown color: approx Galliano. HEX triplet: D4, A3 and 26. RGB value is (212,163,38). Sum of RGB (Red+Green+Blue) = 212+163+38=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A326 is #2B5CD9. Grayscale: #A3A3A3. Windows color (decimal): -2841818 or 2532308. OLE color: 2532308.

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

Color convert

RGB21216338-
CMYK00.230.820.17
HSL43.1º69.6%49.02%-
HSV(B)43.1º82.08%83.14%-
XYZ40.640.337.48-
YUV163.457.23162.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.33%
GREEN value IS 163 (64.06% from 255) = 39.47%
BLUE value IS 38 (15.23% from 255) = 9.20%
R=51.33%
G=39.47%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121633800.230.820.1743.169.649.02
HexD4A32601752112b4631
Octal32424346027122215310661
Binary11010100101000111001100101111010010100011010111000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A326; }

 p { color: rgb(212,163,38); }

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

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

 a { background-color: rgb(212,163,38); }

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

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

 span { border-color: rgb(212,163,38); }

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