Shades of Galliano #D6A825
Tints of Galliano #D6A825
RGB
CMYK
RGB Variations
Color information
#D6A825 (or 0xD6A825) is known color: Galliano. HEX triplet: D6, A8 and 25. RGB value is (214,168,37). Sum of RGB (Red+Green+Blue) = 214+168+37=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A825 is #2957DA. Grayscale: #A7A7A7. Windows color (decimal): -2709467 or 2468054. OLE color: 2468054.
HSL color Cylindrical-coordinate representation of color #D6A825: hue angle of 44.41º 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 #D6A825 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 37 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.16 |
| HSL | 44.41º | 0.71% | 0.49% | - |
| HSV(B) | 44.41º | 0.83% | 0.84% | - |
| XYZ | 42.07 | 42.43 | 7.72 | - |
| YUV | 166.82 | 54.74 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 37 | 0 | 0.21 | 0.83 | 0.16 | 44.41 | 0.71 | 0.49 |
| Hex | D6 | A8 | 25 | 0 | 15 | 53 | 10 | 2C | 47 | 31 |
| Octal | 326 | 250 | 45 | 0 | 25 | 123 | 20 | 54 | 107 | 61 |
| Binary | 11010110 | 10101000 | 100101 | 0 | 10101 | 1010011 | 10000 | 101100 | 1000111 | 110001 |
Color Harmonies of #D6A825
Complementary color
Monochromatic Colors of #D6A825
Black with #D6A825
Text Example
Text Example
White with #D6A825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A825; }
p { color: rgb(214,168,37); }
H1.HeaderClassName
{
color: #D6A825;
}
.AnyTagClassName
{
color: #D6A825;
}
</style>
background-color css
<style>
a { background-color: #D6A825; }
a { background-color: rgb(214,168,37); }
div.DivClassName
{
background-color: #D6A825;
}
.BgClassName
{
background-color: #D6A825;
}
</style>
border-color css
<style>
span { border-color: #D6A825; }
span { border-color: rgb(214,168,37); }
td.TdClassName
{
border-color: #D6A825;
}
.TagClassName
{
border-color: #D6A825;
}
</style>