Shades of Galliano #CFA91C
Tints of Galliano #CFA91C
RGB
CMYK
RGB Variations
Color information
#CFA91C (or 0xCFA91C) is known color: Galliano. HEX triplet: CF, A9 and 1C. RGB value is (207,169,28). Sum of RGB (Red+Green+Blue) = 207+169+28=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA91C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA91C is #3056E3. Grayscale: #A4A4A4. Windows color (decimal): -3167972 or 1878479. OLE color: 1878479.
HSL color Cylindrical-coordinate representation of color #CFA91C: hue angle of 47.26º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFA91C is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 28 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.19 |
| HSL | 47.26º | 0.76% | 0.46% | - |
| HSV(B) | 47.26º | 0.86% | 0.81% | - |
| XYZ | 40.13 | 41.73 | 7.04 | - |
| YUV | 164.29 | 51.09 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 28 | 0 | 0.18 | 0.86 | 0.19 | 47.26 | 0.76 | 0.46 |
| Hex | CF | A9 | 1C | 0 | 12 | 56 | 13 | 2F | 4C | 2E |
| Octal | 317 | 251 | 34 | 0 | 22 | 126 | 23 | 57 | 114 | 56 |
| Binary | 11001111 | 10101001 | 11100 | 0 | 10010 | 1010110 | 10011 | 101111 | 1001100 | 101110 |
Color Harmonies of #CFA91C
Complementary color
Monochromatic Colors of #CFA91C
Black with #CFA91C
Text Example
Text Example
White with #CFA91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA91C; }
p { color: rgb(207,169,28); }
H1.HeaderClassName
{
color: #CFA91C;
}
.AnyTagClassName
{
color: #CFA91C;
}
</style>
background-color css
<style>
a { background-color: #CFA91C; }
a { background-color: rgb(207,169,28); }
div.DivClassName
{
background-color: #CFA91C;
}
.BgClassName
{
background-color: #CFA91C;
}
</style>
border-color css
<style>
span { border-color: #CFA91C; }
span { border-color: rgb(207,169,28); }
td.TdClassName
{
border-color: #CFA91C;
}
.TagClassName
{
border-color: #CFA91C;
}
</style>