Shades of Galliano #CF9C21
Tints of Galliano #CF9C21
RGB
CMYK
RGB Variations
Color information
#CF9C21 (or 0xCF9C21) is known color: Galliano. HEX triplet: CF, 9C and 21. RGB value is (207,156,33). Sum of RGB (Red+Green+Blue) = 207+156+33=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C21 is #3063DE. Grayscale: #9D9D9D. Windows color (decimal): -3171295 or 2202831. OLE color: 2202831.
HSL color Cylindrical-coordinate representation of color #CF9C21: hue angle of 42.41º 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 #CF9C21 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 33 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.19 |
| HSL | 42.41º | 0.73% | 0.47% | - |
| HSV(B) | 42.41º | 0.84% | 0.81% | - |
| XYZ | 37.9 | 37.15 | 6.61 | - |
| YUV | 157.23 | 57.9 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 33 | 0 | 0.25 | 0.84 | 0.19 | 42.41 | 0.73 | 0.47 |
| Hex | CF | 9C | 21 | 0 | 19 | 54 | 13 | 2A | 48 | 2F |
| Octal | 317 | 234 | 41 | 0 | 31 | 124 | 23 | 52 | 110 | 57 |
| Binary | 11001111 | 10011100 | 100001 | 0 | 11001 | 1010100 | 10011 | 101010 | 1001000 | 101111 |
Color Harmonies of #CF9C21
Complementary color
Monochromatic Colors of #CF9C21
Black with #CF9C21
Text Example
Text Example
White with #CF9C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C21; }
p { color: rgb(207,156,33); }
H1.HeaderClassName
{
color: #CF9C21;
}
.AnyTagClassName
{
color: #CF9C21;
}
</style>
background-color css
<style>
a { background-color: #CF9C21; }
a { background-color: rgb(207,156,33); }
div.DivClassName
{
background-color: #CF9C21;
}
.BgClassName
{
background-color: #CF9C21;
}
</style>
border-color css
<style>
span { border-color: #CF9C21; }
span { border-color: rgb(207,156,33); }
td.TdClassName
{
border-color: #CF9C21;
}
.TagClassName
{
border-color: #CF9C21;
}
</style>