Shades of Galliano #CBA91D
Tints of Galliano #CBA91D
RGB
CMYK
RGB Variations
Color information
#CBA91D (or 0xCBA91D) is known color: Galliano. HEX triplet: CB, A9 and 1D. RGB value is (203,169,29). Sum of RGB (Red+Green+Blue) = 203+169+29=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA91D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA91D is #3456E2. Grayscale: #A3A3A3. Windows color (decimal): -3430115 or 1944011. OLE color: 1944011.
HSL color Cylindrical-coordinate representation of color #CBA91D: hue angle of 48.28º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBA91D is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 29 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.20 |
| HSL | 48.28º | 0.75% | 0.45% | - |
| HSV(B) | 48.28º | 0.86% | 0.8% | - |
| XYZ | 39.04 | 41.16 | 7.05 | - |
| YUV | 163.21 | 52.26 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 29 | 0 | 0.17 | 0.86 | 0.20 | 48.28 | 0.75 | 0.45 |
| Hex | CB | A9 | 1D | 0 | 11 | 56 | 14 | 30 | 4B | 2D |
| Octal | 313 | 251 | 35 | 0 | 21 | 126 | 24 | 60 | 113 | 55 |
| Binary | 11001011 | 10101001 | 11101 | 0 | 10001 | 1010110 | 10100 | 110000 | 1001011 | 101101 |
Color Harmonies of #CBA91D
Complementary color
Monochromatic Colors of #CBA91D
Black with #CBA91D
Text Example
Text Example
White with #CBA91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA91D; }
p { color: rgb(203,169,29); }
H1.HeaderClassName
{
color: #CBA91D;
}
.AnyTagClassName
{
color: #CBA91D;
}
</style>
background-color css
<style>
a { background-color: #CBA91D; }
a { background-color: rgb(203,169,29); }
div.DivClassName
{
background-color: #CBA91D;
}
.BgClassName
{
background-color: #CBA91D;
}
</style>
border-color css
<style>
span { border-color: #CBA91D; }
span { border-color: rgb(203,169,29); }
td.TdClassName
{
border-color: #CBA91D;
}
.TagClassName
{
border-color: #CBA91D;
}
</style>