Shades of Galliano #CFAB11
Tints of Galliano #CFAB11
RGB
CMYK
RGB Variations
Color information
#CFAB11 (or 0xCFAB11) is known color: Galliano. HEX triplet: CF, AB and 11. RGB value is (207,171,17). Sum of RGB (Red+Green+Blue) = 207+171+17=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAB11 is #3054EE. Grayscale: #A4A4A4. Windows color (decimal): -3167471 or 1158095. OLE color: 1158095.
HSL color Cylindrical-coordinate representation of color #CFAB11: hue angle of 48.63º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFAB11 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 17 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.19 |
| HSL | 48.63º | 0.85% | 0.44% | - |
| HSV(B) | 48.63º | 0.92% | 0.81% | - |
| XYZ | 40.4 | 42.43 | 6.59 | - |
| YUV | 164.21 | 44.93 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 17 | 0 | 0.17 | 0.92 | 0.19 | 48.63 | 0.85 | 0.44 |
| Hex | CF | AB | 11 | 0 | 11 | 5C | 13 | 31 | 55 | 2C |
| Octal | 317 | 253 | 21 | 0 | 21 | 134 | 23 | 61 | 125 | 54 |
| Binary | 11001111 | 10101011 | 10001 | 0 | 10001 | 1011100 | 10011 | 110001 | 1010101 | 101100 |
Color Harmonies of #CFAB11
Complementary color
Monochromatic Colors of #CFAB11
Black with #CFAB11
Text Example
Text Example
White with #CFAB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB11; }
p { color: rgb(207,171,17); }
H1.HeaderClassName
{
color: #CFAB11;
}
.AnyTagClassName
{
color: #CFAB11;
}
</style>
background-color css
<style>
a { background-color: #CFAB11; }
a { background-color: rgb(207,171,17); }
div.DivClassName
{
background-color: #CFAB11;
}
.BgClassName
{
background-color: #CFAB11;
}
</style>
border-color css
<style>
span { border-color: #CFAB11; }
span { border-color: rgb(207,171,17); }
td.TdClassName
{
border-color: #CFAB11;
}
.TagClassName
{
border-color: #CFAB11;
}
</style>