Shades of Galliano #CFA21E
Tints of Galliano #CFA21E
RGB
CMYK
RGB Variations
Color information
#CFA21E (or 0xCFA21E) is known color: Galliano. HEX triplet: CF, A2 and 1E. RGB value is (207,162,30). Sum of RGB (Red+Green+Blue) = 207+162+30=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA21E is #305DE1. Grayscale: #A0A0A0. Windows color (decimal): -3169762 or 2007759. OLE color: 2007759.
HSL color Cylindrical-coordinate representation of color #CFA21E: hue angle of 44.75º 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 #CFA21E is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 30 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.19 |
| HSL | 44.75º | 0.75% | 0.46% | - |
| HSV(B) | 44.75º | 0.86% | 0.81% | - |
| XYZ | 38.89 | 39.2 | 6.75 | - |
| YUV | 160.41 | 54.41 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 30 | 0 | 0.22 | 0.86 | 0.19 | 44.75 | 0.75 | 0.46 |
| Hex | CF | A2 | 1E | 0 | 16 | 56 | 13 | 2D | 4B | 2E |
| Octal | 317 | 242 | 36 | 0 | 26 | 126 | 23 | 55 | 113 | 56 |
| Binary | 11001111 | 10100010 | 11110 | 0 | 10110 | 1010110 | 10011 | 101101 | 1001011 | 101110 |
Color Harmonies of #CFA21E
Complementary color
Monochromatic Colors of #CFA21E
Black with #CFA21E
Text Example
Text Example
White with #CFA21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA21E; }
p { color: rgb(207,162,30); }
H1.HeaderClassName
{
color: #CFA21E;
}
.AnyTagClassName
{
color: #CFA21E;
}
</style>
background-color css
<style>
a { background-color: #CFA21E; }
a { background-color: rgb(207,162,30); }
div.DivClassName
{
background-color: #CFA21E;
}
.BgClassName
{
background-color: #CFA21E;
}
</style>
border-color css
<style>
span { border-color: #CFA21E; }
span { border-color: rgb(207,162,30); }
td.TdClassName
{
border-color: #CFA21E;
}
.TagClassName
{
border-color: #CFA21E;
}
</style>