Shades of Galliano #D5AD28
Tints of Galliano #D5AD28
RGB
CMYK
RGB Variations
Color information
#D5AD28 (or 0xD5AD28) is known color: Galliano. HEX triplet: D5, AD and 28. RGB value is (213,173,40). Sum of RGB (Red+Green+Blue) = 213+173+40=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AD28 is #2A52D7. Grayscale: #AAAAAA. Windows color (decimal): -2773720 or 2665941. OLE color: 2665941.
HSL color Cylindrical-coordinate representation of color #D5AD28: hue angle of 46.13º 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 #D5AD28 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 40 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.16 |
| HSL | 46.13º | 0.68% | 0.5% | - |
| HSV(B) | 46.13º | 0.81% | 0.84% | - |
| XYZ | 42.77 | 44.19 | 8.28 | - |
| YUV | 169.8 | 54.75 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 40 | 0 | 0.19 | 0.81 | 0.16 | 46.13 | 0.68 | 0.5 |
| Hex | D5 | AD | 28 | 0 | 13 | 51 | 10 | 2E | 44 | 32 |
| Octal | 325 | 255 | 50 | 0 | 23 | 121 | 20 | 56 | 104 | 62 |
| Binary | 11010101 | 10101101 | 101000 | 0 | 10011 | 1010001 | 10000 | 101110 | 1000100 | 110010 |
Color Harmonies of #D5AD28
Complementary color
Monochromatic Colors of #D5AD28
Black with #D5AD28
Text Example
Text Example
White with #D5AD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD28; }
p { color: rgb(213,173,40); }
H1.HeaderClassName
{
color: #D5AD28;
}
.AnyTagClassName
{
color: #D5AD28;
}
</style>
background-color css
<style>
a { background-color: #D5AD28; }
a { background-color: rgb(213,173,40); }
div.DivClassName
{
background-color: #D5AD28;
}
.BgClassName
{
background-color: #D5AD28;
}
</style>
border-color css
<style>
span { border-color: #D5AD28; }
span { border-color: rgb(213,173,40); }
td.TdClassName
{
border-color: #D5AD28;
}
.TagClassName
{
border-color: #D5AD28;
}
</style>