Shades of Galliano #CFA10F
Tints of Galliano #CFA10F
RGB
CMYK
RGB Variations
Color information
#CFA10F (or 0xCFA10F) is known color: Galliano. HEX triplet: CF, A1 and 0F. RGB value is (207,161,15). Sum of RGB (Red+Green+Blue) = 207+161+15=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA10F is #305EF0. Grayscale: #9E9E9E. Windows color (decimal): -3170033 or 1024463. OLE color: 1024463.
HSL color Cylindrical-coordinate representation of color #CFA10F: hue angle of 45.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFA10F is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 15 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.19 |
| HSL | 45.63º | 0.86% | 0.44% | - |
| HSV(B) | 45.63º | 0.93% | 0.81% | - |
| XYZ | 38.56 | 38.79 | 5.91 | - |
| YUV | 158.11 | 47.24 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 15 | 0 | 0.22 | 0.93 | 0.19 | 45.63 | 0.86 | 0.44 |
| Hex | CF | A1 | F | 0 | 16 | 5D | 13 | 2E | 56 | 2C |
| Octal | 317 | 241 | 17 | 0 | 26 | 135 | 23 | 56 | 126 | 54 |
| Binary | 11001111 | 10100001 | 1111 | 0 | 10110 | 1011101 | 10011 | 101110 | 1010110 | 101100 |
Color Harmonies of #CFA10F
Complementary color
Monochromatic Colors of #CFA10F
Black with #CFA10F
Text Example
Text Example
White with #CFA10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA10F; }
p { color: rgb(207,161,15); }
H1.HeaderClassName
{
color: #CFA10F;
}
.AnyTagClassName
{
color: #CFA10F;
}
</style>
background-color css
<style>
a { background-color: #CFA10F; }
a { background-color: rgb(207,161,15); }
div.DivClassName
{
background-color: #CFA10F;
}
.BgClassName
{
background-color: #CFA10F;
}
</style>
border-color css
<style>
span { border-color: #CFA10F; }
span { border-color: rgb(207,161,15); }
td.TdClassName
{
border-color: #CFA10F;
}
.TagClassName
{
border-color: #CFA10F;
}
</style>