Shades of Galliano #CBAD17
Tints of Galliano #CBAD17
RGB
CMYK
RGB Variations
Color information
#CBAD17 (or 0xCBAD17) is known color: Galliano. HEX triplet: CB, AD and 17. RGB value is (203,173,23). Sum of RGB (Red+Green+Blue) = 203+173+23=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAD17 is #3452E8. Grayscale: #A5A5A5. Windows color (decimal): -3429097 or 1551819. OLE color: 1551819.
HSL color Cylindrical-coordinate representation of color #CBAD17: hue angle of 50º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBAD17 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 23 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.20 |
| HSL | 50º | 0.8% | 0.44% | - |
| HSV(B) | 50º | 0.89% | 0.8% | - |
| XYZ | 39.73 | 42.65 | 6.95 | - |
| YUV | 164.87 | 47.94 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 23 | 0 | 0.15 | 0.89 | 0.20 | 50 | 0.8 | 0.44 |
| Hex | CB | AD | 17 | 0 | F | 59 | 14 | 32 | 50 | 2C |
| Octal | 313 | 255 | 27 | 0 | 17 | 131 | 24 | 62 | 120 | 54 |
| Binary | 11001011 | 10101101 | 10111 | 0 | 1111 | 1011001 | 10100 | 110010 | 1010000 | 101100 |
Color Harmonies of #CBAD17
Complementary color
Monochromatic Colors of #CBAD17
Black with #CBAD17
Text Example
Text Example
White with #CBAD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAD17; }
p { color: rgb(203,173,23); }
H1.HeaderClassName
{
color: #CBAD17;
}
.AnyTagClassName
{
color: #CBAD17;
}
</style>
background-color css
<style>
a { background-color: #CBAD17; }
a { background-color: rgb(203,173,23); }
div.DivClassName
{
background-color: #CBAD17;
}
.BgClassName
{
background-color: #CBAD17;
}
</style>
border-color css
<style>
span { border-color: #CBAD17; }
span { border-color: rgb(203,173,23); }
td.TdClassName
{
border-color: #CBAD17;
}
.TagClassName
{
border-color: #CBAD17;
}
</style>