Shades of Galliano #D8B024
Tints of Galliano #D8B024
RGB
CMYK
RGB Variations
Color information
#D8B024 (or 0xD8B024) is known color: Galliano. HEX triplet: D8, B0 and 24. RGB value is (216,176,36). Sum of RGB (Red+Green+Blue) = 216+176+36=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 36 (14.45% from 255 or 8.41% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B024 is #274FDB. Grayscale: #ACACAC. Windows color (decimal): -2576348 or 2404568. OLE color: 2404568.
HSL color Cylindrical-coordinate representation of color #D8B024: hue angle of 46.67º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8B024 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 176 | 36 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.15 |
| HSL | 46.67º | 0.71% | 0.49% | - |
| HSV(B) | 46.67º | 0.83% | 0.85% | - |
| XYZ | 44.16 | 45.78 | 8.18 | - |
| YUV | 172 | 51.25 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 176 | 36 | 0 | 0.19 | 0.83 | 0.15 | 46.67 | 0.71 | 0.49 |
| Hex | D8 | B0 | 24 | 0 | 13 | 53 | F | 2F | 47 | 31 |
| Octal | 330 | 260 | 44 | 0 | 23 | 123 | 17 | 57 | 107 | 61 |
| Binary | 11011000 | 10110000 | 100100 | 0 | 10011 | 1010011 | 1111 | 101111 | 1000111 | 110001 |
Color Harmonies of #D8B024
Complementary color
Monochromatic Colors of #D8B024
Black with #D8B024
Text Example
Text Example
White with #D8B024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B024; }
p { color: rgb(216,176,36); }
H1.HeaderClassName
{
color: #D8B024;
}
.AnyTagClassName
{
color: #D8B024;
}
</style>
background-color css
<style>
a { background-color: #D8B024; }
a { background-color: rgb(216,176,36); }
div.DivClassName
{
background-color: #D8B024;
}
.BgClassName
{
background-color: #D8B024;
}
</style>
border-color css
<style>
span { border-color: #D8B024; }
span { border-color: rgb(216,176,36); }
td.TdClassName
{
border-color: #D8B024;
}
.TagClassName
{
border-color: #D8B024;
}
</style>