Shades of Galliano #CFA41C
Tints of Galliano #CFA41C
RGB
CMYK
RGB Variations
Color information
#CFA41C (or 0xCFA41C) is known color: Galliano. HEX triplet: CF, A4 and 1C. RGB value is (207,164,28). Sum of RGB (Red+Green+Blue) = 207+164+28=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA41C is #305BE3. Grayscale: #A1A1A1. Windows color (decimal): -3169252 or 1877199. OLE color: 1877199.
HSL color Cylindrical-coordinate representation of color #CFA41C: hue angle of 45.59º 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 #CFA41C is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 28 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.19 |
| HSL | 45.59º | 0.76% | 0.46% | - |
| HSV(B) | 45.59º | 0.86% | 0.81% | - |
| XYZ | 39.22 | 39.9 | 6.73 | - |
| YUV | 161.35 | 52.75 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 28 | 0 | 0.21 | 0.86 | 0.19 | 45.59 | 0.76 | 0.46 |
| Hex | CF | A4 | 1C | 0 | 15 | 56 | 13 | 2E | 4C | 2E |
| Octal | 317 | 244 | 34 | 0 | 25 | 126 | 23 | 56 | 114 | 56 |
| Binary | 11001111 | 10100100 | 11100 | 0 | 10101 | 1010110 | 10011 | 101110 | 1001100 | 101110 |
Color Harmonies of #CFA41C
Complementary color
Monochromatic Colors of #CFA41C
Black with #CFA41C
Text Example
Text Example
White with #CFA41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA41C; }
p { color: rgb(207,164,28); }
H1.HeaderClassName
{
color: #CFA41C;
}
.AnyTagClassName
{
color: #CFA41C;
}
</style>
background-color css
<style>
a { background-color: #CFA41C; }
a { background-color: rgb(207,164,28); }
div.DivClassName
{
background-color: #CFA41C;
}
.BgClassName
{
background-color: #CFA41C;
}
</style>
border-color css
<style>
span { border-color: #CFA41C; }
span { border-color: rgb(207,164,28); }
td.TdClassName
{
border-color: #CFA41C;
}
.TagClassName
{
border-color: #CFA41C;
}
</style>