#D2A526

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

Shades of Galliano #D2A526

Tints of Galliano #D2A526

Color information

#D2A526 (or 0xD2A526) is unknown color: approx Galliano. HEX triplet: D2, A5 and 26. RGB value is (210,165,38). Sum of RGB (Red+Green+Blue) = 210+165+38=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A526 is #2D5AD9. Grayscale: #A4A4A4. Windows color (decimal): -2972378 or 2532818. OLE color: 2532818.

HSL color Cylindrical-coordinate representation of color #D2A526: hue angle of 44.3º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2A526 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB21016538-
CMYK00.210.820.18
HSL44.3º69.35%48.63%-
HSV(B)44.3º81.9%82.35%-
XYZ40.3840.757.57-
YUV163.9856.91160.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.85%
GREEN value IS 165 (64.84% from 255) = 39.95%
BLUE value IS 38 (15.23% from 255) = 9.20%
R=50.85%
G=39.95%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101653800.210.820.1844.369.3548.63
HexD2A52601552122c4531
Octal32224546025122225410561
Binary11010010101001011001100101011010010100101011001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A526; }

 p { color: rgb(210,165,38); }

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

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

 a { background-color: rgb(210,165,38); }

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

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

 span { border-color: rgb(210,165,38); }

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