Shades of Galliano #CBA52D
Tints of Galliano #CBA52D
RGB
CMYK
RGB Variations
Color information
#CBA52D (or 0xCBA52D) is known color: Galliano. HEX triplet: CB, A5 and 2D. RGB value is (203,165,45). Sum of RGB (Red+Green+Blue) = 203+165+45=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA52D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA52D is #345AD2. Grayscale: #A3A3A3. Windows color (decimal): -3431123 or 2991563. OLE color: 2991563.
HSL color Cylindrical-coordinate representation of color #CBA52D: hue angle of 45.57º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBA52D is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 45 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.20 |
| HSL | 45.57º | 0.64% | 0.49% | - |
| HSV(B) | 45.57º | 0.78% | 0.8% | - |
| XYZ | 38.56 | 39.8 | 8.13 | - |
| YUV | 162.68 | 61.59 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 45 | 0 | 0.19 | 0.78 | 0.20 | 45.57 | 0.64 | 0.49 |
| Hex | CB | A5 | 2D | 0 | 13 | 4E | 14 | 2E | 40 | 31 |
| Octal | 313 | 245 | 55 | 0 | 23 | 116 | 24 | 56 | 100 | 61 |
| Binary | 11001011 | 10100101 | 101101 | 0 | 10011 | 1001110 | 10100 | 101110 | 1000000 | 110001 |
Color Harmonies of #CBA52D
Complementary color
Monochromatic Colors of #CBA52D
Black with #CBA52D
Text Example
Text Example
White with #CBA52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA52D; }
p { color: rgb(203,165,45); }
H1.HeaderClassName
{
color: #CBA52D;
}
.AnyTagClassName
{
color: #CBA52D;
}
</style>
background-color css
<style>
a { background-color: #CBA52D; }
a { background-color: rgb(203,165,45); }
div.DivClassName
{
background-color: #CBA52D;
}
.BgClassName
{
background-color: #CBA52D;
}
</style>
border-color css
<style>
span { border-color: #CBA52D; }
span { border-color: rgb(203,165,45); }
td.TdClassName
{
border-color: #CBA52D;
}
.TagClassName
{
border-color: #CBA52D;
}
</style>