Shades of Galliano #D6B125
Tints of Galliano #D6B125
RGB
CMYK
RGB Variations
Color information
#D6B125 (or 0xD6B125) is known color: Galliano. HEX triplet: D6, B1 and 25. RGB value is (214,177,37). Sum of RGB (Red+Green+Blue) = 214+177+37=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 37 (14.84% from 255 or 8.64% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B125 is #294EDA. Grayscale: #ACACAC. Windows color (decimal): -2707163 or 2470358. OLE color: 2470358.
HSL color Cylindrical-coordinate representation of color #D6B125: hue angle of 47.46º 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 #D6B125 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 177 | 37 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.16 |
| HSL | 47.46º | 0.71% | 0.49% | - |
| HSV(B) | 47.46º | 0.83% | 0.84% | - |
| XYZ | 43.79 | 45.87 | 8.3 | - |
| YUV | 172.1 | 51.76 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 37 | 0 | 0.17 | 0.83 | 0.16 | 47.46 | 0.71 | 0.49 |
| Hex | D6 | B1 | 25 | 0 | 11 | 53 | 10 | 2F | 47 | 31 |
| Octal | 326 | 261 | 45 | 0 | 21 | 123 | 20 | 57 | 107 | 61 |
| Binary | 11010110 | 10110001 | 100101 | 0 | 10001 | 1010011 | 10000 | 101111 | 1000111 | 110001 |
Color Harmonies of #D6B125
Complementary color
Monochromatic Colors of #D6B125
Black with #D6B125
Text Example
Text Example
White with #D6B125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B125; }
p { color: rgb(214,177,37); }
H1.HeaderClassName
{
color: #D6B125;
}
.AnyTagClassName
{
color: #D6B125;
}
</style>
background-color css
<style>
a { background-color: #D6B125; }
a { background-color: rgb(214,177,37); }
div.DivClassName
{
background-color: #D6B125;
}
.BgClassName
{
background-color: #D6B125;
}
</style>
border-color css
<style>
span { border-color: #D6B125; }
span { border-color: rgb(214,177,37); }
td.TdClassName
{
border-color: #D6B125;
}
.TagClassName
{
border-color: #D6B125;
}
</style>