Shades of Galliano #D2A527
Tints of Galliano #D2A527
RGB
CMYK
RGB Variations
Color information
#D2A527 (or 0xD2A527) is known color: Galliano. HEX triplet: D2, A5 and 27. RGB value is (210,165,39). Sum of RGB (Red+Green+Blue) = 210+165+39=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 39 (15.62% from 255 or 9.42% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A527 is #2D5AD8. Grayscale: #A4A4A4. Windows color (decimal): -2972377 or 2598354. OLE color: 2598354.
HSL color Cylindrical-coordinate representation of color #D2A527: hue angle of 44.21º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2A527 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 165 | 39 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.18 |
| HSL | 44.21º | 0.69% | 0.49% | - |
| HSV(B) | 44.21º | 0.81% | 0.82% | - |
| XYZ | 40.4 | 40.76 | 7.66 | - |
| YUV | 164.09 | 57.41 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 165 | 39 | 0 | 0.21 | 0.81 | 0.18 | 44.21 | 0.69 | 0.49 |
| Hex | D2 | A5 | 27 | 0 | 15 | 51 | 12 | 2C | 45 | 31 |
| Octal | 322 | 245 | 47 | 0 | 25 | 121 | 22 | 54 | 105 | 61 |
| Binary | 11010010 | 10100101 | 100111 | 0 | 10101 | 1010001 | 10010 | 101100 | 1000101 | 110001 |
Color Harmonies of #D2A527
Complementary color
Monochromatic Colors of #D2A527
Black with #D2A527
Text Example
Text Example
White with #D2A527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A527; }
p { color: rgb(210,165,39); }
H1.HeaderClassName
{
color: #D2A527;
}
.AnyTagClassName
{
color: #D2A527;
}
</style>
background-color css
<style>
a { background-color: #D2A527; }
a { background-color: rgb(210,165,39); }
div.DivClassName
{
background-color: #D2A527;
}
.BgClassName
{
background-color: #D2A527;
}
</style>
border-color css
<style>
span { border-color: #D2A527; }
span { border-color: rgb(210,165,39); }
td.TdClassName
{
border-color: #D2A527;
}
.TagClassName
{
border-color: #D2A527;
}
</style>