Shades of Galliano #CFA617
Tints of Galliano #CFA617
RGB
CMYK
RGB Variations
Color information
#CFA617 (or 0xCFA617) is known color: Galliano. HEX triplet: CF, A6 and 17. RGB value is (207,166,23). Sum of RGB (Red+Green+Blue) = 207+166+23=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 23 (9.38% from 255 or 5.81% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA617 is #3059E8. Grayscale: #A2A2A2. Windows color (decimal): -3168745 or 1550031. OLE color: 1550031.
HSL color Cylindrical-coordinate representation of color #CFA617: hue angle of 46.63º 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 #CFA617 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 23 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.19 |
| HSL | 46.63º | 0.8% | 0.45% | - |
| HSV(B) | 46.63º | 0.89% | 0.81% | - |
| XYZ | 39.52 | 40.6 | 6.56 | - |
| YUV | 161.96 | 49.58 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 23 | 0 | 0.20 | 0.89 | 0.19 | 46.63 | 0.8 | 0.45 |
| Hex | CF | A6 | 17 | 0 | 14 | 59 | 13 | 2F | 50 | 2D |
| Octal | 317 | 246 | 27 | 0 | 24 | 131 | 23 | 57 | 120 | 55 |
| Binary | 11001111 | 10100110 | 10111 | 0 | 10100 | 1011001 | 10011 | 101111 | 1010000 | 101101 |
Color Harmonies of #CFA617
Complementary color
Monochromatic Colors of #CFA617
Black with #CFA617
Text Example
Text Example
White with #CFA617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA617; }
p { color: rgb(207,166,23); }
H1.HeaderClassName
{
color: #CFA617;
}
.AnyTagClassName
{
color: #CFA617;
}
</style>
background-color css
<style>
a { background-color: #CFA617; }
a { background-color: rgb(207,166,23); }
div.DivClassName
{
background-color: #CFA617;
}
.BgClassName
{
background-color: #CFA617;
}
</style>
border-color css
<style>
span { border-color: #CFA617; }
span { border-color: rgb(207,166,23); }
td.TdClassName
{
border-color: #CFA617;
}
.TagClassName
{
border-color: #CFA617;
}
</style>