Shades of Galliano #CBAF23
Tints of Galliano #CBAF23
RGB
CMYK
RGB Variations
Color information
#CBAF23 (or 0xCBAF23) is known color: Galliano. HEX triplet: CB, AF and 23. RGB value is (203,175,35). Sum of RGB (Red+Green+Blue) = 203+175+35=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 35 (14.06% from 255 or 8.47% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAF23 is #3450DC. Grayscale: #A8A8A8. Windows color (decimal): -3428573 or 2338763. OLE color: 2338763.
HSL color Cylindrical-coordinate representation of color #CBAF23: hue angle of 50º 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 #CBAF23 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 35 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.20 |
| HSL | 50º | 0.71% | 0.47% | - |
| HSV(B) | 50º | 0.83% | 0.8% | - |
| XYZ | 40.26 | 43.48 | 7.86 | - |
| YUV | 167.41 | 53.28 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 35 | 0 | 0.14 | 0.83 | 0.20 | 50 | 0.71 | 0.47 |
| Hex | CB | AF | 23 | 0 | E | 53 | 14 | 32 | 47 | 2F |
| Octal | 313 | 257 | 43 | 0 | 16 | 123 | 24 | 62 | 107 | 57 |
| Binary | 11001011 | 10101111 | 100011 | 0 | 1110 | 1010011 | 10100 | 110010 | 1000111 | 101111 |
Color Harmonies of #CBAF23
Complementary color
Monochromatic Colors of #CBAF23
Black with #CBAF23
Text Example
Text Example
White with #CBAF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF23; }
p { color: rgb(203,175,35); }
H1.HeaderClassName
{
color: #CBAF23;
}
.AnyTagClassName
{
color: #CBAF23;
}
</style>
background-color css
<style>
a { background-color: #CBAF23; }
a { background-color: rgb(203,175,35); }
div.DivClassName
{
background-color: #CBAF23;
}
.BgClassName
{
background-color: #CBAF23;
}
</style>
border-color css
<style>
span { border-color: #CBAF23; }
span { border-color: rgb(203,175,35); }
td.TdClassName
{
border-color: #CBAF23;
}
.TagClassName
{
border-color: #CBAF23;
}
</style>