Shades of Galliano #CFA01B
Tints of Galliano #CFA01B
RGB
CMYK
RGB Variations
Color information
#CFA01B (or 0xCFA01B) is known color: Galliano. HEX triplet: CF, A0 and 1B. RGB value is (207,160,27). Sum of RGB (Red+Green+Blue) = 207+160+27=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA01B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA01B is #305FE4. Grayscale: #9F9F9F. Windows color (decimal): -3170277 or 1810639. OLE color: 1810639.
HSL color Cylindrical-coordinate representation of color #CFA01B: hue angle of 44.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFA01B is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 27 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.19 |
| HSL | 44.33º | 0.77% | 0.46% | - |
| HSV(B) | 44.33º | 0.87% | 0.81% | - |
| XYZ | 38.5 | 38.49 | 6.44 | - |
| YUV | 158.89 | 53.57 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 27 | 0 | 0.23 | 0.87 | 0.19 | 44.33 | 0.77 | 0.46 |
| Hex | CF | A0 | 1B | 0 | 17 | 57 | 13 | 2C | 4D | 2E |
| Octal | 317 | 240 | 33 | 0 | 27 | 127 | 23 | 54 | 115 | 56 |
| Binary | 11001111 | 10100000 | 11011 | 0 | 10111 | 1010111 | 10011 | 101100 | 1001101 | 101110 |
Color Harmonies of #CFA01B
Complementary color
Monochromatic Colors of #CFA01B
Black with #CFA01B
Text Example
Text Example
White with #CFA01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA01B; }
p { color: rgb(207,160,27); }
H1.HeaderClassName
{
color: #CFA01B;
}
.AnyTagClassName
{
color: #CFA01B;
}
</style>
background-color css
<style>
a { background-color: #CFA01B; }
a { background-color: rgb(207,160,27); }
div.DivClassName
{
background-color: #CFA01B;
}
.BgClassName
{
background-color: #CFA01B;
}
</style>
border-color css
<style>
span { border-color: #CFA01B; }
span { border-color: rgb(207,160,27); }
td.TdClassName
{
border-color: #CFA01B;
}
.TagClassName
{
border-color: #CFA01B;
}
</style>