Shades of Galliano #D0A525
Tints of Galliano #D0A525
RGB
CMYK
RGB Variations
Color information
#D0A525 (or 0xD0A525) is known color: Galliano. HEX triplet: D0, A5 and 25. RGB value is (208,165,37). Sum of RGB (Red+Green+Blue) = 208+165+37=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A525 is #2F5ADA. Grayscale: #A3A3A3. Windows color (decimal): -3103451 or 2467280. OLE color: 2467280.
HSL color Cylindrical-coordinate representation of color #D0A525: hue angle of 44.91º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0A525 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 165 | 37 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.18 |
| HSL | 44.91º | 0.7% | 0.48% | - |
| HSV(B) | 44.91º | 0.82% | 0.82% | - |
| XYZ | 39.8 | 40.45 | 7.46 | - |
| YUV | 163.27 | 56.75 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 165 | 37 | 0 | 0.21 | 0.82 | 0.18 | 44.91 | 0.7 | 0.48 |
| Hex | D0 | A5 | 25 | 0 | 15 | 52 | 12 | 2D | 46 | 30 |
| Octal | 320 | 245 | 45 | 0 | 25 | 122 | 22 | 55 | 106 | 60 |
| Binary | 11010000 | 10100101 | 100101 | 0 | 10101 | 1010010 | 10010 | 101101 | 1000110 | 110000 |
Color Harmonies of #D0A525
Complementary color
Monochromatic Colors of #D0A525
Black with #D0A525
Text Example
Text Example
White with #D0A525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A525; }
p { color: rgb(208,165,37); }
H1.HeaderClassName
{
color: #D0A525;
}
.AnyTagClassName
{
color: #D0A525;
}
</style>
background-color css
<style>
a { background-color: #D0A525; }
a { background-color: rgb(208,165,37); }
div.DivClassName
{
background-color: #D0A525;
}
.BgClassName
{
background-color: #D0A525;
}
</style>
border-color css
<style>
span { border-color: #D0A525; }
span { border-color: rgb(208,165,37); }
td.TdClassName
{
border-color: #D0A525;
}
.TagClassName
{
border-color: #D0A525;
}
</style>