Shades of Galliano #CBAF20
Tints of Galliano #CBAF20
RGB
CMYK
RGB Variations
Color information
#CBAF20 (or 0xCBAF20) is known color: Galliano. HEX triplet: CB, AF and 20. RGB value is (203,175,32). Sum of RGB (Red+Green+Blue) = 203+175+32=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAF20 is #3450DF. Grayscale: #A7A7A7. Windows color (decimal): -3428576 or 2142155. OLE color: 2142155.
HSL color Cylindrical-coordinate representation of color #CBAF20: hue angle of 50.18º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBAF20 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 32 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.20 |
| HSL | 50.18º | 0.73% | 0.46% | - |
| HSV(B) | 50.18º | 0.84% | 0.8% | - |
| XYZ | 40.22 | 43.46 | 7.64 | - |
| YUV | 167.07 | 51.78 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 32 | 0 | 0.14 | 0.84 | 0.20 | 50.18 | 0.73 | 0.46 |
| Hex | CB | AF | 20 | 0 | E | 54 | 14 | 32 | 49 | 2E |
| Octal | 313 | 257 | 40 | 0 | 16 | 124 | 24 | 62 | 111 | 56 |
| Binary | 11001011 | 10101111 | 100000 | 0 | 1110 | 1010100 | 10100 | 110010 | 1001001 | 101110 |
Color Harmonies of #CBAF20
Complementary color
Monochromatic Colors of #CBAF20
Black with #CBAF20
Text Example
Text Example
White with #CBAF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF20; }
p { color: rgb(203,175,32); }
H1.HeaderClassName
{
color: #CBAF20;
}
.AnyTagClassName
{
color: #CBAF20;
}
</style>
background-color css
<style>
a { background-color: #CBAF20; }
a { background-color: rgb(203,175,32); }
div.DivClassName
{
background-color: #CBAF20;
}
.BgClassName
{
background-color: #CBAF20;
}
</style>
border-color css
<style>
span { border-color: #CBAF20; }
span { border-color: rgb(203,175,32); }
td.TdClassName
{
border-color: #CBAF20;
}
.TagClassName
{
border-color: #CBAF20;
}
</style>