Shades of Galliano #CF9E29
Tints of Galliano #CF9E29
RGB
CMYK
RGB Variations
Color information
#CF9E29 (or 0xCF9E29) is known color: Galliano. HEX triplet: CF, 9E and 29. RGB value is (207,158,41). Sum of RGB (Red+Green+Blue) = 207+158+41=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 41 (16.41% from 255 or 10.10% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9E29 is #3061D6. Grayscale: #9F9F9F. Windows color (decimal): -3170775 or 2727631. OLE color: 2727631.
HSL color Cylindrical-coordinate representation of color #CF9E29: hue angle of 42.29º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF9E29 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 41 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.19 |
| HSL | 42.29º | 0.67% | 0.49% | - |
| HSV(B) | 42.29º | 0.8% | 0.81% | - |
| XYZ | 38.36 | 37.88 | 7.39 | - |
| YUV | 159.31 | 61.23 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 41 | 0 | 0.24 | 0.80 | 0.19 | 42.29 | 0.67 | 0.49 |
| Hex | CF | 9E | 29 | 0 | 18 | 50 | 13 | 2A | 43 | 31 |
| Octal | 317 | 236 | 51 | 0 | 30 | 120 | 23 | 52 | 103 | 61 |
| Binary | 11001111 | 10011110 | 101001 | 0 | 11000 | 1010000 | 10011 | 101010 | 1000011 | 110001 |
Color Harmonies of #CF9E29
Complementary color
Monochromatic Colors of #CF9E29
Black with #CF9E29
Text Example
Text Example
White with #CF9E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9E29; }
p { color: rgb(207,158,41); }
H1.HeaderClassName
{
color: #CF9E29;
}
.AnyTagClassName
{
color: #CF9E29;
}
</style>
background-color css
<style>
a { background-color: #CF9E29; }
a { background-color: rgb(207,158,41); }
div.DivClassName
{
background-color: #CF9E29;
}
.BgClassName
{
background-color: #CF9E29;
}
</style>
border-color css
<style>
span { border-color: #CF9E29; }
span { border-color: rgb(207,158,41); }
td.TdClassName
{
border-color: #CF9E29;
}
.TagClassName
{
border-color: #CF9E29;
}
</style>