Shades of Galliano #CFAB1B
Tints of Galliano #CFAB1B
RGB
CMYK
RGB Variations
Color information
#CFAB1B (or 0xCFAB1B) is known color: Galliano. HEX triplet: CF, AB and 1B. RGB value is (207,171,27). Sum of RGB (Red+Green+Blue) = 207+171+27=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB1B is #3054E4. Grayscale: #A5A5A5. Windows color (decimal): -3167461 or 1813455. OLE color: 1813455.
HSL color Cylindrical-coordinate representation of color #CFAB1B: hue angle of 48º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFAB1B is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 27 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.19 |
| HSL | 48º | 0.77% | 0.46% | - |
| HSV(B) | 48º | 0.87% | 0.81% | - |
| XYZ | 40.49 | 42.47 | 7.1 | - |
| YUV | 165.35 | 49.93 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 27 | 0 | 0.17 | 0.87 | 0.19 | 48 | 0.77 | 0.46 |
| Hex | CF | AB | 1B | 0 | 11 | 57 | 13 | 30 | 4D | 2E |
| Octal | 317 | 253 | 33 | 0 | 21 | 127 | 23 | 60 | 115 | 56 |
| Binary | 11001111 | 10101011 | 11011 | 0 | 10001 | 1010111 | 10011 | 110000 | 1001101 | 101110 |
Color Harmonies of #CFAB1B
Complementary color
Monochromatic Colors of #CFAB1B
Black with #CFAB1B
Text Example
Text Example
White with #CFAB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB1B; }
p { color: rgb(207,171,27); }
H1.HeaderClassName
{
color: #CFAB1B;
}
.AnyTagClassName
{
color: #CFAB1B;
}
</style>
background-color css
<style>
a { background-color: #CFAB1B; }
a { background-color: rgb(207,171,27); }
div.DivClassName
{
background-color: #CFAB1B;
}
.BgClassName
{
background-color: #CFAB1B;
}
</style>
border-color css
<style>
span { border-color: #CFAB1B; }
span { border-color: rgb(207,171,27); }
td.TdClassName
{
border-color: #CFAB1B;
}
.TagClassName
{
border-color: #CFAB1B;
}
</style>