Shades of Galliano #D6A92B
Tints of Galliano #D6A92B
RGB
CMYK
RGB Variations
Color information
#D6A92B (or 0xD6A92B) is known color: Galliano. HEX triplet: D6, A9 and 2B. RGB value is (214,169,43). Sum of RGB (Red+Green+Blue) = 214+169+43=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A92B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A92B is #2956D4. Grayscale: #A8A8A8. Windows color (decimal): -2709205 or 2861526. OLE color: 2861526.
HSL color Cylindrical-coordinate representation of color #D6A92B: hue angle of 44.21º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6A92B is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 169 | 43 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.16 |
| HSL | 44.21º | 0.68% | 0.5% | - |
| HSV(B) | 44.21º | 0.8% | 0.84% | - |
| XYZ | 42.36 | 42.85 | 8.32 | - |
| YUV | 168.09 | 57.41 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 169 | 43 | 0 | 0.21 | 0.80 | 0.16 | 44.21 | 0.68 | 0.5 |
| Hex | D6 | A9 | 2B | 0 | 15 | 50 | 10 | 2C | 44 | 32 |
| Octal | 326 | 251 | 53 | 0 | 25 | 120 | 20 | 54 | 104 | 62 |
| Binary | 11010110 | 10101001 | 101011 | 0 | 10101 | 1010000 | 10000 | 101100 | 1000100 | 110010 |
Color Harmonies of #D6A92B
Complementary color
Monochromatic Colors of #D6A92B
Black with #D6A92B
Text Example
Text Example
White with #D6A92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A92B; }
p { color: rgb(214,169,43); }
H1.HeaderClassName
{
color: #D6A92B;
}
.AnyTagClassName
{
color: #D6A92B;
}
</style>
background-color css
<style>
a { background-color: #D6A92B; }
a { background-color: rgb(214,169,43); }
div.DivClassName
{
background-color: #D6A92B;
}
.BgClassName
{
background-color: #D6A92B;
}
</style>
border-color css
<style>
span { border-color: #D6A92B; }
span { border-color: rgb(214,169,43); }
td.TdClassName
{
border-color: #D6A92B;
}
.TagClassName
{
border-color: #D6A92B;
}
</style>