Shades of Galliano #D8B123
Tints of Galliano #D8B123
RGB
CMYK
RGB Variations
Color information
#D8B123 (or 0xD8B123) is known color: Galliano. HEX triplet: D8, B1 and 23. RGB value is (216,177,35). Sum of RGB (Red+Green+Blue) = 216+177+35=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 35 (14.06% from 255 or 8.18% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B123 is #274EDC. Grayscale: #ADADAD. Windows color (decimal): -2576093 or 2339288. OLE color: 2339288.
HSL color Cylindrical-coordinate representation of color #D8B123: hue angle of 47.07º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8B123 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 177 | 35 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.15 |
| HSL | 47.07º | 0.72% | 0.49% | - |
| HSV(B) | 47.07º | 0.84% | 0.85% | - |
| XYZ | 44.34 | 46.16 | 8.16 | - |
| YUV | 172.47 | 50.42 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 177 | 35 | 0 | 0.18 | 0.84 | 0.15 | 47.07 | 0.72 | 0.49 |
| Hex | D8 | B1 | 23 | 0 | 12 | 54 | F | 2F | 48 | 31 |
| Octal | 330 | 261 | 43 | 0 | 22 | 124 | 17 | 57 | 110 | 61 |
| Binary | 11011000 | 10110001 | 100011 | 0 | 10010 | 1010100 | 1111 | 101111 | 1001000 | 110001 |
Color Harmonies of #D8B123
Complementary color
Monochromatic Colors of #D8B123
Black with #D8B123
Text Example
Text Example
White with #D8B123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B123; }
p { color: rgb(216,177,35); }
H1.HeaderClassName
{
color: #D8B123;
}
.AnyTagClassName
{
color: #D8B123;
}
</style>
background-color css
<style>
a { background-color: #D8B123; }
a { background-color: rgb(216,177,35); }
div.DivClassName
{
background-color: #D8B123;
}
.BgClassName
{
background-color: #D8B123;
}
</style>
border-color css
<style>
span { border-color: #D8B123; }
span { border-color: rgb(216,177,35); }
td.TdClassName
{
border-color: #D8B123;
}
.TagClassName
{
border-color: #D8B123;
}
</style>