Shades of Galliano #D6A92D
Tints of Galliano #D6A92D
RGB
CMYK
RGB Variations
Color information
#D6A92D (or 0xD6A92D) is known color: Galliano. HEX triplet: D6, A9 and 2D. RGB value is (214,169,45). Sum of RGB (Red+Green+Blue) = 214+169+45=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A92D is #2956D2. Grayscale: #A8A8A8. Windows color (decimal): -2709203 or 2992598. OLE color: 2992598.
HSL color Cylindrical-coordinate representation of color #D6A92D: hue angle of 44.02º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6A92D is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 169 | 45 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.16 |
| HSL | 44.02º | 0.67% | 0.51% | - |
| HSV(B) | 44.02º | 0.79% | 0.84% | - |
| XYZ | 42.39 | 42.86 | 8.52 | - |
| YUV | 168.32 | 58.41 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 169 | 45 | 0 | 0.21 | 0.79 | 0.16 | 44.02 | 0.67 | 0.51 |
| Hex | D6 | A9 | 2D | 0 | 15 | 4F | 10 | 2C | 43 | 33 |
| Octal | 326 | 251 | 55 | 0 | 25 | 117 | 20 | 54 | 103 | 63 |
| Binary | 11010110 | 10101001 | 101101 | 0 | 10101 | 1001111 | 10000 | 101100 | 1000011 | 110011 |
Color Harmonies of #D6A92D
Complementary color
Monochromatic Colors of #D6A92D
Black with #D6A92D
Text Example
Text Example
White with #D6A92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A92D; }
p { color: rgb(214,169,45); }
H1.HeaderClassName
{
color: #D6A92D;
}
.AnyTagClassName
{
color: #D6A92D;
}
</style>
background-color css
<style>
a { background-color: #D6A92D; }
a { background-color: rgb(214,169,45); }
div.DivClassName
{
background-color: #D6A92D;
}
.BgClassName
{
background-color: #D6A92D;
}
</style>
border-color css
<style>
span { border-color: #D6A92D; }
span { border-color: rgb(214,169,45); }
td.TdClassName
{
border-color: #D6A92D;
}
.TagClassName
{
border-color: #D6A92D;
}
</style>