Shades of Galliano #CFA817
Tints of Galliano #CFA817
RGB
CMYK
RGB Variations
Color information
#CFA817 (or 0xCFA817) is known color: Galliano. HEX triplet: CF, A8 and 17. RGB value is (207,168,23). Sum of RGB (Red+Green+Blue) = 207+168+23=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 23 (9.38% from 255 or 5.78% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA817 is #3057E8. Grayscale: #A3A3A3. Windows color (decimal): -3168233 or 1550543. OLE color: 1550543.
HSL color Cylindrical-coordinate representation of color #CFA817: hue angle of 47.28º 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 #CFA817 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 23 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.19 |
| HSL | 47.28º | 0.8% | 0.45% | - |
| HSV(B) | 47.28º | 0.89% | 0.81% | - |
| XYZ | 39.89 | 41.33 | 6.69 | - |
| YUV | 163.13 | 48.92 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 23 | 0 | 0.19 | 0.89 | 0.19 | 47.28 | 0.8 | 0.45 |
| Hex | CF | A8 | 17 | 0 | 13 | 59 | 13 | 2F | 50 | 2D |
| Octal | 317 | 250 | 27 | 0 | 23 | 131 | 23 | 57 | 120 | 55 |
| Binary | 11001111 | 10101000 | 10111 | 0 | 10011 | 1011001 | 10011 | 101111 | 1010000 | 101101 |
Color Harmonies of #CFA817
Complementary color
Monochromatic Colors of #CFA817
Black with #CFA817
Text Example
Text Example
White with #CFA817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA817; }
p { color: rgb(207,168,23); }
H1.HeaderClassName
{
color: #CFA817;
}
.AnyTagClassName
{
color: #CFA817;
}
</style>
background-color css
<style>
a { background-color: #CFA817; }
a { background-color: rgb(207,168,23); }
div.DivClassName
{
background-color: #CFA817;
}
.BgClassName
{
background-color: #CFA817;
}
</style>
border-color css
<style>
span { border-color: #CFA817; }
span { border-color: rgb(207,168,23); }
td.TdClassName
{
border-color: #CFA817;
}
.TagClassName
{
border-color: #CFA817;
}
</style>