Shades of Galliano #CFA912
Tints of Galliano #CFA912
RGB
CMYK
RGB Variations
Color information
#CFA912 (or 0xCFA912) is known color: Galliano. HEX triplet: CF, A9 and 12. RGB value is (207,169,18). Sum of RGB (Red+Green+Blue) = 207+169+18=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 18 (7.42% from 255 or 4.57% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA912 is #3056ED. Grayscale: #A3A3A3. Windows color (decimal): -3167982 or 1223119. OLE color: 1223119.
HSL color Cylindrical-coordinate representation of color #CFA912: hue angle of 47.94º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFA912 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 18 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.19 |
| HSL | 47.94º | 0.84% | 0.44% | - |
| HSV(B) | 47.94º | 0.91% | 0.81% | - |
| XYZ | 40.03 | 41.69 | 6.51 | - |
| YUV | 163.15 | 46.09 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 18 | 0 | 0.18 | 0.91 | 0.19 | 47.94 | 0.84 | 0.44 |
| Hex | CF | A9 | 12 | 0 | 12 | 5B | 13 | 30 | 54 | 2C |
| Octal | 317 | 251 | 22 | 0 | 22 | 133 | 23 | 60 | 124 | 54 |
| Binary | 11001111 | 10101001 | 10010 | 0 | 10010 | 1011011 | 10011 | 110000 | 1010100 | 101100 |
Color Harmonies of #CFA912
Complementary color
Monochromatic Colors of #CFA912
Black with #CFA912
Text Example
Text Example
White with #CFA912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA912; }
p { color: rgb(207,169,18); }
H1.HeaderClassName
{
color: #CFA912;
}
.AnyTagClassName
{
color: #CFA912;
}
</style>
background-color css
<style>
a { background-color: #CFA912; }
a { background-color: rgb(207,169,18); }
div.DivClassName
{
background-color: #CFA912;
}
.BgClassName
{
background-color: #CFA912;
}
</style>
border-color css
<style>
span { border-color: #CFA912; }
span { border-color: rgb(207,169,18); }
td.TdClassName
{
border-color: #CFA912;
}
.TagClassName
{
border-color: #CFA912;
}
</style>