Shades of Galliano #DCB01D
Tints of Galliano #DCB01D
RGB
CMYK
RGB Variations
Color information
#DCB01D (or 0xDCB01D) is known color: Galliano. HEX triplet: DC, B0 and 1D. RGB value is (220,176,29). Sum of RGB (Red+Green+Blue) = 220+176+29=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 29 (11.72% from 255 or 6.82% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB01D is #234FE2. Grayscale: #ADADAD. Windows color (decimal): -2314211 or 1945820. OLE color: 1945820.
HSL color Cylindrical-coordinate representation of color #DCB01D: hue angle of 46.18º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCB01D is Cyan = 0, Magento = 0.2, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 29 | - |
| CMYK | 0 | 0.2 | 0.87 | 0.14 |
| HSL | 46.18º | 0.77% | 0.49% | - |
| HSV(B) | 46.18º | 0.87% | 0.86% | - |
| XYZ | 45.26 | 46.36 | 7.72 | - |
| YUV | 172.4 | 47.08 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 29 | 0 | 0.2 | 0.87 | 0.14 | 46.18 | 0.77 | 0.49 |
| Hex | DC | B0 | 1D | 0 | 14 | 57 | E | 2E | 4D | 31 |
| Octal | 334 | 260 | 35 | 0 | 24 | 127 | 16 | 56 | 115 | 61 |
| Binary | 11011100 | 10110000 | 11101 | 0 | 10100 | 1010111 | 1110 | 101110 | 1001101 | 110001 |
Color Harmonies of #DCB01D
Complementary color
Monochromatic Colors of #DCB01D
Black with #DCB01D
Text Example
Text Example
White with #DCB01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB01D; }
p { color: rgb(220,176,29); }
H1.HeaderClassName
{
color: #DCB01D;
}
.AnyTagClassName
{
color: #DCB01D;
}
</style>
background-color css
<style>
a { background-color: #DCB01D; }
a { background-color: rgb(220,176,29); }
div.DivClassName
{
background-color: #DCB01D;
}
.BgClassName
{
background-color: #DCB01D;
}
</style>
border-color css
<style>
span { border-color: #DCB01D; }
span { border-color: rgb(220,176,29); }
td.TdClassName
{
border-color: #DCB01D;
}
.TagClassName
{
border-color: #DCB01D;
}
</style>