Shades of Galliano #CFAB27
Tints of Galliano #CFAB27
RGB
CMYK
RGB Variations
Color information
#CFAB27 (or 0xCFAB27) is known color: Galliano. HEX triplet: CF, AB and 27. RGB value is (207,171,39). Sum of RGB (Red+Green+Blue) = 207+171+39=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 39 (15.62% from 255 or 9.35% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB27 is #3054D8. Grayscale: #A7A7A7. Windows color (decimal): -3167449 or 2599887. OLE color: 2599887.
HSL color Cylindrical-coordinate representation of color #CFAB27: hue angle of 47.14º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFAB27 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 39 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.19 |
| HSL | 47.14º | 0.68% | 0.48% | - |
| HSV(B) | 47.14º | 0.81% | 0.81% | - |
| XYZ | 40.66 | 42.54 | 7.99 | - |
| YUV | 166.72 | 55.93 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 39 | 0 | 0.17 | 0.81 | 0.19 | 47.14 | 0.68 | 0.48 |
| Hex | CF | AB | 27 | 0 | 11 | 51 | 13 | 2F | 44 | 30 |
| Octal | 317 | 253 | 47 | 0 | 21 | 121 | 23 | 57 | 104 | 60 |
| Binary | 11001111 | 10101011 | 100111 | 0 | 10001 | 1010001 | 10011 | 101111 | 1000100 | 110000 |
Color Harmonies of #CFAB27
Complementary color
Monochromatic Colors of #CFAB27
Black with #CFAB27
Text Example
Text Example
White with #CFAB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB27; }
p { color: rgb(207,171,39); }
H1.HeaderClassName
{
color: #CFAB27;
}
.AnyTagClassName
{
color: #CFAB27;
}
</style>
background-color css
<style>
a { background-color: #CFAB27; }
a { background-color: rgb(207,171,39); }
div.DivClassName
{
background-color: #CFAB27;
}
.BgClassName
{
background-color: #CFAB27;
}
</style>
border-color css
<style>
span { border-color: #CFAB27; }
span { border-color: rgb(207,171,39); }
td.TdClassName
{
border-color: #CFAB27;
}
.TagClassName
{
border-color: #CFAB27;
}
</style>