Shades of Galliano #D6B024
Tints of Galliano #D6B024
RGB
CMYK
RGB Variations
Color information
#D6B024 (or 0xD6B024) is known color: Galliano. HEX triplet: D6, B0 and 24. RGB value is (214,176,36). Sum of RGB (Red+Green+Blue) = 214+176+36=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 36 (14.45% from 255 or 8.45% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B024 is #294FDB. Grayscale: #ACACAC. Windows color (decimal): -2707420 or 2404566. OLE color: 2404566.
HSL color Cylindrical-coordinate representation of color #D6B024: hue angle of 47.19º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6B024 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 36 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.16 |
| HSL | 47.19º | 0.71% | 0.49% | - |
| HSV(B) | 47.19º | 0.83% | 0.84% | - |
| XYZ | 43.58 | 45.47 | 8.15 | - |
| YUV | 171.4 | 51.59 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 36 | 0 | 0.18 | 0.83 | 0.16 | 47.19 | 0.71 | 0.49 |
| Hex | D6 | B0 | 24 | 0 | 12 | 53 | 10 | 2F | 47 | 31 |
| Octal | 326 | 260 | 44 | 0 | 22 | 123 | 20 | 57 | 107 | 61 |
| Binary | 11010110 | 10110000 | 100100 | 0 | 10010 | 1010011 | 10000 | 101111 | 1000111 | 110001 |
Color Harmonies of #D6B024
Complementary color
Monochromatic Colors of #D6B024
Black with #D6B024
Text Example
Text Example
White with #D6B024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B024; }
p { color: rgb(214,176,36); }
H1.HeaderClassName
{
color: #D6B024;
}
.AnyTagClassName
{
color: #D6B024;
}
</style>
background-color css
<style>
a { background-color: #D6B024; }
a { background-color: rgb(214,176,36); }
div.DivClassName
{
background-color: #D6B024;
}
.BgClassName
{
background-color: #D6B024;
}
</style>
border-color css
<style>
span { border-color: #D6B024; }
span { border-color: rgb(214,176,36); }
td.TdClassName
{
border-color: #D6B024;
}
.TagClassName
{
border-color: #D6B024;
}
</style>