Shades of Galliano #CBA41D
Tints of Galliano #CBA41D
RGB
CMYK
RGB Variations
Color information
#CBA41D (or 0xCBA41D) is known color: Galliano. HEX triplet: CB, A4 and 1D. RGB value is (203,164,29). Sum of RGB (Red+Green+Blue) = 203+164+29=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA41D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA41D is #345BE2. Grayscale: #A0A0A0. Windows color (decimal): -3431395 or 1942731. OLE color: 1942731.
HSL color Cylindrical-coordinate representation of color #CBA41D: hue angle of 46.55º 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 #CBA41D is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 29 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.20 |
| HSL | 46.55º | 0.75% | 0.45% | - |
| HSV(B) | 46.55º | 0.86% | 0.8% | - |
| XYZ | 38.13 | 39.34 | 6.75 | - |
| YUV | 160.27 | 53.92 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 29 | 0 | 0.19 | 0.86 | 0.20 | 46.55 | 0.75 | 0.45 |
| Hex | CB | A4 | 1D | 0 | 13 | 56 | 14 | 2F | 4B | 2D |
| Octal | 313 | 244 | 35 | 0 | 23 | 126 | 24 | 57 | 113 | 55 |
| Binary | 11001011 | 10100100 | 11101 | 0 | 10011 | 1010110 | 10100 | 101111 | 1001011 | 101101 |
Color Harmonies of #CBA41D
Complementary color
Monochromatic Colors of #CBA41D
Black with #CBA41D
Text Example
Text Example
White with #CBA41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA41D; }
p { color: rgb(203,164,29); }
H1.HeaderClassName
{
color: #CBA41D;
}
.AnyTagClassName
{
color: #CBA41D;
}
</style>
background-color css
<style>
a { background-color: #CBA41D; }
a { background-color: rgb(203,164,29); }
div.DivClassName
{
background-color: #CBA41D;
}
.BgClassName
{
background-color: #CBA41D;
}
</style>
border-color css
<style>
span { border-color: #CBA41D; }
span { border-color: rgb(203,164,29); }
td.TdClassName
{
border-color: #CBA41D;
}
.TagClassName
{
border-color: #CBA41D;
}
</style>