Shades of Galliano #CFAB17
Tints of Galliano #CFAB17
RGB
CMYK
RGB Variations
Color information
#CFAB17 (or 0xCFAB17) is known color: Galliano. HEX triplet: CF, AB and 17. RGB value is (207,171,23). Sum of RGB (Red+Green+Blue) = 207+171+23=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 23 (9.38% from 255 or 5.74% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAB17 is #3054E8. Grayscale: #A5A5A5. Windows color (decimal): -3167465 or 1551311. OLE color: 1551311.
HSL color Cylindrical-coordinate representation of color #CFAB17: hue angle of 48.26º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFAB17 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 23 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.19 |
| HSL | 48.26º | 0.8% | 0.45% | - |
| HSV(B) | 48.26º | 0.89% | 0.81% | - |
| XYZ | 40.45 | 42.45 | 6.87 | - |
| YUV | 164.89 | 47.93 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 23 | 0 | 0.17 | 0.89 | 0.19 | 48.26 | 0.8 | 0.45 |
| Hex | CF | AB | 17 | 0 | 11 | 59 | 13 | 30 | 50 | 2D |
| Octal | 317 | 253 | 27 | 0 | 21 | 131 | 23 | 60 | 120 | 55 |
| Binary | 11001111 | 10101011 | 10111 | 0 | 10001 | 1011001 | 10011 | 110000 | 1010000 | 101101 |
Color Harmonies of #CFAB17
Complementary color
Monochromatic Colors of #CFAB17
Black with #CFAB17
Text Example
Text Example
White with #CFAB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB17; }
p { color: rgb(207,171,23); }
H1.HeaderClassName
{
color: #CFAB17;
}
.AnyTagClassName
{
color: #CFAB17;
}
</style>
background-color css
<style>
a { background-color: #CFAB17; }
a { background-color: rgb(207,171,23); }
div.DivClassName
{
background-color: #CFAB17;
}
.BgClassName
{
background-color: #CFAB17;
}
</style>
border-color css
<style>
span { border-color: #CFAB17; }
span { border-color: rgb(207,171,23); }
td.TdClassName
{
border-color: #CFAB17;
}
.TagClassName
{
border-color: #CFAB17;
}
</style>