Shades of Galliano #CF9A21
Tints of Galliano #CF9A21
RGB
CMYK
RGB Variations
Color information
#CF9A21 (or 0xCF9A21) is known color: Galliano. HEX triplet: CF, 9A and 21. RGB value is (207,154,33). Sum of RGB (Red+Green+Blue) = 207+154+33=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9A21 is #3065DE. Grayscale: #9C9C9C. Windows color (decimal): -3171807 or 2202319. OLE color: 2202319.
HSL color Cylindrical-coordinate representation of color #CF9A21: hue angle of 41.72º 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 #CF9A21 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 33 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.19 |
| HSL | 41.72º | 0.73% | 0.47% | - |
| HSV(B) | 41.72º | 0.84% | 0.81% | - |
| XYZ | 37.56 | 36.49 | 6.5 | - |
| YUV | 156.05 | 58.56 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 33 | 0 | 0.26 | 0.84 | 0.19 | 41.72 | 0.73 | 0.47 |
| Hex | CF | 9A | 21 | 0 | 1A | 54 | 13 | 2A | 48 | 2F |
| Octal | 317 | 232 | 41 | 0 | 32 | 124 | 23 | 52 | 110 | 57 |
| Binary | 11001111 | 10011010 | 100001 | 0 | 11010 | 1010100 | 10011 | 101010 | 1001000 | 101111 |
Color Harmonies of #CF9A21
Complementary color
Monochromatic Colors of #CF9A21
Black with #CF9A21
Text Example
Text Example
White with #CF9A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9A21; }
p { color: rgb(207,154,33); }
H1.HeaderClassName
{
color: #CF9A21;
}
.AnyTagClassName
{
color: #CF9A21;
}
</style>
background-color css
<style>
a { background-color: #CF9A21; }
a { background-color: rgb(207,154,33); }
div.DivClassName
{
background-color: #CF9A21;
}
.BgClassName
{
background-color: #CF9A21;
}
</style>
border-color css
<style>
span { border-color: #CF9A21; }
span { border-color: rgb(207,154,33); }
td.TdClassName
{
border-color: #CF9A21;
}
.TagClassName
{
border-color: #CF9A21;
}
</style>