Shades of Galliano #CFA31E
Tints of Galliano #CFA31E
RGB
CMYK
RGB Variations
Color information
#CFA31E (or 0xCFA31E) is known color: Galliano. HEX triplet: CF, A3 and 1E. RGB value is (207,163,30). Sum of RGB (Red+Green+Blue) = 207+163+30=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA31E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA31E is #305CE1. Grayscale: #A1A1A1. Windows color (decimal): -3169506 or 2008015. OLE color: 2008015.
HSL color Cylindrical-coordinate representation of color #CFA31E: hue angle of 45.08º degrees, saturation: 0.75, 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 #CFA31E is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 30 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.19 |
| HSL | 45.08º | 0.75% | 0.46% | - |
| HSV(B) | 45.08º | 0.86% | 0.81% | - |
| XYZ | 39.06 | 39.55 | 6.8 | - |
| YUV | 160.99 | 54.08 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 30 | 0 | 0.21 | 0.86 | 0.19 | 45.08 | 0.75 | 0.46 |
| Hex | CF | A3 | 1E | 0 | 15 | 56 | 13 | 2D | 4B | 2E |
| Octal | 317 | 243 | 36 | 0 | 25 | 126 | 23 | 55 | 113 | 56 |
| Binary | 11001111 | 10100011 | 11110 | 0 | 10101 | 1010110 | 10011 | 101101 | 1001011 | 101110 |
Color Harmonies of #CFA31E
Complementary color
Monochromatic Colors of #CFA31E
Black with #CFA31E
Text Example
Text Example
White with #CFA31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA31E; }
p { color: rgb(207,163,30); }
H1.HeaderClassName
{
color: #CFA31E;
}
.AnyTagClassName
{
color: #CFA31E;
}
</style>
background-color css
<style>
a { background-color: #CFA31E; }
a { background-color: rgb(207,163,30); }
div.DivClassName
{
background-color: #CFA31E;
}
.BgClassName
{
background-color: #CFA31E;
}
</style>
border-color css
<style>
span { border-color: #CFA31E; }
span { border-color: rgb(207,163,30); }
td.TdClassName
{
border-color: #CFA31E;
}
.TagClassName
{
border-color: #CFA31E;
}
</style>