Shades of Galliano #CF9F23
Tints of Galliano #CF9F23
RGB
CMYK
RGB Variations
Color information
#CF9F23 (or 0xCF9F23) is known color: Galliano. HEX triplet: CF, 9F and 23. RGB value is (207,159,35). Sum of RGB (Red+Green+Blue) = 207+159+35=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9F23 is #3060DC. Grayscale: #9F9F9F. Windows color (decimal): -3170525 or 2334671. OLE color: 2334671.
HSL color Cylindrical-coordinate representation of color #CF9F23: hue angle of 43.26º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF9F23 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 35 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.19 |
| HSL | 43.26º | 0.71% | 0.47% | - |
| HSV(B) | 43.26º | 0.83% | 0.81% | - |
| XYZ | 38.43 | 38.18 | 6.93 | - |
| YUV | 159.22 | 57.9 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 35 | 0 | 0.23 | 0.83 | 0.19 | 43.26 | 0.71 | 0.47 |
| Hex | CF | 9F | 23 | 0 | 17 | 53 | 13 | 2B | 47 | 2F |
| Octal | 317 | 237 | 43 | 0 | 27 | 123 | 23 | 53 | 107 | 57 |
| Binary | 11001111 | 10011111 | 100011 | 0 | 10111 | 1010011 | 10011 | 101011 | 1000111 | 101111 |
Color Harmonies of #CF9F23
Complementary color
Monochromatic Colors of #CF9F23
Black with #CF9F23
Text Example
Text Example
White with #CF9F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F23; }
p { color: rgb(207,159,35); }
H1.HeaderClassName
{
color: #CF9F23;
}
.AnyTagClassName
{
color: #CF9F23;
}
</style>
background-color css
<style>
a { background-color: #CF9F23; }
a { background-color: rgb(207,159,35); }
div.DivClassName
{
background-color: #CF9F23;
}
.BgClassName
{
background-color: #CF9F23;
}
</style>
border-color css
<style>
span { border-color: #CF9F23; }
span { border-color: rgb(207,159,35); }
td.TdClassName
{
border-color: #CF9F23;
}
.TagClassName
{
border-color: #CF9F23;
}
</style>