Shades of Galliano #D6A430
Tints of Galliano #D6A430
RGB
CMYK
RGB Variations
Color information
#D6A430 (or 0xD6A430) is known color: Galliano. HEX triplet: D6, A4 and 30. RGB value is (214,164,48). Sum of RGB (Red+Green+Blue) = 214+164+48=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 48 (19.14% from 255 or 11.27% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A430 is #295BCF. Grayscale: #A6A6A6. Windows color (decimal): -2710480 or 3187926. OLE color: 3187926.
HSL color Cylindrical-coordinate representation of color #D6A430: hue angle of 41.93º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6A430 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 164 | 48 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.16 |
| HSL | 41.93º | 0.67% | 0.51% | - |
| HSV(B) | 41.93º | 0.78% | 0.84% | - |
| XYZ | 41.54 | 41.06 | 8.53 | - |
| YUV | 165.73 | 61.57 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 164 | 48 | 0 | 0.23 | 0.78 | 0.16 | 41.93 | 0.67 | 0.51 |
| Hex | D6 | A4 | 30 | 0 | 17 | 4E | 10 | 2A | 43 | 33 |
| Octal | 326 | 244 | 60 | 0 | 27 | 116 | 20 | 52 | 103 | 63 |
| Binary | 11010110 | 10100100 | 110000 | 0 | 10111 | 1001110 | 10000 | 101010 | 1000011 | 110011 |
Color Harmonies of #D6A430
Complementary color
Monochromatic Colors of #D6A430
Black with #D6A430
Text Example
Text Example
White with #D6A430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A430; }
p { color: rgb(214,164,48); }
H1.HeaderClassName
{
color: #D6A430;
}
.AnyTagClassName
{
color: #D6A430;
}
</style>
background-color css
<style>
a { background-color: #D6A430; }
a { background-color: rgb(214,164,48); }
div.DivClassName
{
background-color: #D6A430;
}
.BgClassName
{
background-color: #D6A430;
}
</style>
border-color css
<style>
span { border-color: #D6A430; }
span { border-color: rgb(214,164,48); }
td.TdClassName
{
border-color: #D6A430;
}
.TagClassName
{
border-color: #D6A430;
}
</style>