Shades of Galliano #CFA21C
Tints of Galliano #CFA21C
RGB
CMYK
RGB Variations
Color information
#CFA21C (or 0xCFA21C) is known color: Galliano. HEX triplet: CF, A2 and 1C. RGB value is (207,162,28). Sum of RGB (Red+Green+Blue) = 207+162+28=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA21C is #305DE3. Grayscale: #A0A0A0. Windows color (decimal): -3169764 or 1876687. OLE color: 1876687.
HSL color Cylindrical-coordinate representation of color #CFA21C: hue angle of 44.92º 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 #CFA21C is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 28 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.19 |
| HSL | 44.92º | 0.76% | 0.46% | - |
| HSV(B) | 44.92º | 0.86% | 0.81% | - |
| XYZ | 38.86 | 39.19 | 6.61 | - |
| YUV | 160.18 | 53.41 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 28 | 0 | 0.22 | 0.86 | 0.19 | 44.92 | 0.76 | 0.46 |
| Hex | CF | A2 | 1C | 0 | 16 | 56 | 13 | 2D | 4C | 2E |
| Octal | 317 | 242 | 34 | 0 | 26 | 126 | 23 | 55 | 114 | 56 |
| Binary | 11001111 | 10100010 | 11100 | 0 | 10110 | 1010110 | 10011 | 101101 | 1001100 | 101110 |
Color Harmonies of #CFA21C
Complementary color
Monochromatic Colors of #CFA21C
Black with #CFA21C
Text Example
Text Example
White with #CFA21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA21C; }
p { color: rgb(207,162,28); }
H1.HeaderClassName
{
color: #CFA21C;
}
.AnyTagClassName
{
color: #CFA21C;
}
</style>
background-color css
<style>
a { background-color: #CFA21C; }
a { background-color: rgb(207,162,28); }
div.DivClassName
{
background-color: #CFA21C;
}
.BgClassName
{
background-color: #CFA21C;
}
</style>
border-color css
<style>
span { border-color: #CFA21C; }
span { border-color: rgb(207,162,28); }
td.TdClassName
{
border-color: #CFA21C;
}
.TagClassName
{
border-color: #CFA21C;
}
</style>