Shades of Galliano #CF9E21
Tints of Galliano #CF9E21
RGB
CMYK
RGB Variations
Color information
#CF9E21 (or 0xCF9E21) is known color: Galliano. HEX triplet: CF, 9E and 21. RGB value is (207,158,33). Sum of RGB (Red+Green+Blue) = 207+158+33=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 33 (13.28% from 255 or 8.29% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9E21 is #3061DE. Grayscale: #9E9E9E. Windows color (decimal): -3170783 or 2203343. OLE color: 2203343.
HSL color Cylindrical-coordinate representation of color #CF9E21: hue angle of 43.1º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF9E21 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 33 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.19 |
| HSL | 43.1º | 0.73% | 0.47% | - |
| HSV(B) | 43.1º | 0.84% | 0.81% | - |
| XYZ | 38.23 | 37.83 | 6.73 | - |
| YUV | 158.4 | 57.23 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 33 | 0 | 0.24 | 0.84 | 0.19 | 43.1 | 0.73 | 0.47 |
| Hex | CF | 9E | 21 | 0 | 18 | 54 | 13 | 2B | 48 | 2F |
| Octal | 317 | 236 | 41 | 0 | 30 | 124 | 23 | 53 | 110 | 57 |
| Binary | 11001111 | 10011110 | 100001 | 0 | 11000 | 1010100 | 10011 | 101011 | 1001000 | 101111 |
Color Harmonies of #CF9E21
Complementary color
Monochromatic Colors of #CF9E21
Black with #CF9E21
Text Example
Text Example
White with #CF9E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9E21; }
p { color: rgb(207,158,33); }
H1.HeaderClassName
{
color: #CF9E21;
}
.AnyTagClassName
{
color: #CF9E21;
}
</style>
background-color css
<style>
a { background-color: #CF9E21; }
a { background-color: rgb(207,158,33); }
div.DivClassName
{
background-color: #CF9E21;
}
.BgClassName
{
background-color: #CF9E21;
}
</style>
border-color css
<style>
span { border-color: #CF9E21; }
span { border-color: rgb(207,158,33); }
td.TdClassName
{
border-color: #CF9E21;
}
.TagClassName
{
border-color: #CF9E21;
}
</style>