Shades of Galliano #CFAB1C
Tints of Galliano #CFAB1C
RGB
CMYK
RGB Variations
Color information
#CFAB1C (or 0xCFAB1C) is known color: Galliano. HEX triplet: CF, AB and 1C. RGB value is (207,171,28). Sum of RGB (Red+Green+Blue) = 207+171+28=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB1C is #3054E3. Grayscale: #A6A6A6. Windows color (decimal): -3167460 or 1878991. OLE color: 1878991.
HSL color Cylindrical-coordinate representation of color #CFAB1C: hue angle of 47.93º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFAB1C is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 28 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.19 |
| HSL | 47.93º | 0.76% | 0.46% | - |
| HSV(B) | 47.93º | 0.86% | 0.81% | - |
| XYZ | 40.5 | 42.48 | 7.16 | - |
| YUV | 165.46 | 50.43 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 28 | 0 | 0.17 | 0.86 | 0.19 | 47.93 | 0.76 | 0.46 |
| Hex | CF | AB | 1C | 0 | 11 | 56 | 13 | 30 | 4C | 2E |
| Octal | 317 | 253 | 34 | 0 | 21 | 126 | 23 | 60 | 114 | 56 |
| Binary | 11001111 | 10101011 | 11100 | 0 | 10001 | 1010110 | 10011 | 110000 | 1001100 | 101110 |
Color Harmonies of #CFAB1C
Complementary color
Monochromatic Colors of #CFAB1C
Black with #CFAB1C
Text Example
Text Example
White with #CFAB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB1C; }
p { color: rgb(207,171,28); }
H1.HeaderClassName
{
color: #CFAB1C;
}
.AnyTagClassName
{
color: #CFAB1C;
}
</style>
background-color css
<style>
a { background-color: #CFAB1C; }
a { background-color: rgb(207,171,28); }
div.DivClassName
{
background-color: #CFAB1C;
}
.BgClassName
{
background-color: #CFAB1C;
}
</style>
border-color css
<style>
span { border-color: #CFAB1C; }
span { border-color: rgb(207,171,28); }
td.TdClassName
{
border-color: #CFAB1C;
}
.TagClassName
{
border-color: #CFAB1C;
}
</style>