Shades of Galliano #D69F18
Tints of Galliano #D69F18
RGB
CMYK
RGB Variations
Color information
#D69F18 (or 0xD69F18) is known color: Galliano. HEX triplet: D6, 9F and 18. RGB value is (214,159,24). Sum of RGB (Red+Green+Blue) = 214+159+24=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69F18 is #2960E7. Grayscale: #A0A0A0. Windows color (decimal): -2711784 or 1613782. OLE color: 1613782.
HSL color Cylindrical-coordinate representation of color #D69F18: hue angle of 42.63º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D69F18 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 159 | 24 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.16 |
| HSL | 42.63º | 0.8% | 0.47% | - |
| HSV(B) | 42.63º | 0.89% | 0.84% | - |
| XYZ | 40.29 | 39.16 | 6.3 | - |
| YUV | 160.06 | 51.22 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 24 | 0 | 0.26 | 0.89 | 0.16 | 42.63 | 0.8 | 0.47 |
| Hex | D6 | 9F | 18 | 0 | 1A | 59 | 10 | 2B | 50 | 2F |
| Octal | 326 | 237 | 30 | 0 | 32 | 131 | 20 | 53 | 120 | 57 |
| Binary | 11010110 | 10011111 | 11000 | 0 | 11010 | 1011001 | 10000 | 101011 | 1010000 | 101111 |
Color Harmonies of #D69F18
Complementary color
Monochromatic Colors of #D69F18
Black with #D69F18
Text Example
Text Example
White with #D69F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69F18; }
p { color: rgb(214,159,24); }
H1.HeaderClassName
{
color: #D69F18;
}
.AnyTagClassName
{
color: #D69F18;
}
</style>
background-color css
<style>
a { background-color: #D69F18; }
a { background-color: rgb(214,159,24); }
div.DivClassName
{
background-color: #D69F18;
}
.BgClassName
{
background-color: #D69F18;
}
</style>
border-color css
<style>
span { border-color: #D69F18; }
span { border-color: rgb(214,159,24); }
td.TdClassName
{
border-color: #D69F18;
}
.TagClassName
{
border-color: #D69F18;
}
</style>