Shades of Galliano #CBAE23
Tints of Galliano #CBAE23
RGB
CMYK
RGB Variations
Color information
#CBAE23 (or 0xCBAE23) is known color: Galliano. HEX triplet: CB, AE and 23. RGB value is (203,174,35). Sum of RGB (Red+Green+Blue) = 203+174+35=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 35 (14.06% from 255 or 8.50% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAE23 is #3451DC. Grayscale: #A7A7A7. Windows color (decimal): -3428829 or 2338507. OLE color: 2338507.
HSL color Cylindrical-coordinate representation of color #CBAE23: hue angle of 49.64º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBAE23 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 35 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.20 |
| HSL | 49.64º | 0.71% | 0.47% | - |
| HSV(B) | 49.64º | 0.83% | 0.8% | - |
| XYZ | 40.07 | 43.09 | 7.8 | - |
| YUV | 166.83 | 53.61 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 35 | 0 | 0.14 | 0.83 | 0.20 | 49.64 | 0.71 | 0.47 |
| Hex | CB | AE | 23 | 0 | E | 53 | 14 | 32 | 47 | 2F |
| Octal | 313 | 256 | 43 | 0 | 16 | 123 | 24 | 62 | 107 | 57 |
| Binary | 11001011 | 10101110 | 100011 | 0 | 1110 | 1010011 | 10100 | 110010 | 1000111 | 101111 |
Color Harmonies of #CBAE23
Complementary color
Monochromatic Colors of #CBAE23
Black with #CBAE23
Text Example
Text Example
White with #CBAE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE23; }
p { color: rgb(203,174,35); }
H1.HeaderClassName
{
color: #CBAE23;
}
.AnyTagClassName
{
color: #CBAE23;
}
</style>
background-color css
<style>
a { background-color: #CBAE23; }
a { background-color: rgb(203,174,35); }
div.DivClassName
{
background-color: #CBAE23;
}
.BgClassName
{
background-color: #CBAE23;
}
</style>
border-color css
<style>
span { border-color: #CBAE23; }
span { border-color: rgb(203,174,35); }
td.TdClassName
{
border-color: #CBAE23;
}
.TagClassName
{
border-color: #CBAE23;
}
</style>