Shades of Galliano #CF9B23
Tints of Galliano #CF9B23
RGB
CMYK
RGB Variations
Color information
#CF9B23 (or 0xCF9B23) is known color: Galliano. HEX triplet: CF, 9B and 23. RGB value is (207,155,35). Sum of RGB (Red+Green+Blue) = 207+155+35=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 35 (14.06% from 255 or 8.82% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9B23 is #3064DC. Grayscale: #9D9D9D. Windows color (decimal): -3171549 or 2333647. OLE color: 2333647.
HSL color Cylindrical-coordinate representation of color #CF9B23: hue angle of 41.86º 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 #CF9B23 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 35 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.19 |
| HSL | 41.86º | 0.71% | 0.47% | - |
| HSV(B) | 41.86º | 0.83% | 0.81% | - |
| XYZ | 37.76 | 36.83 | 6.71 | - |
| YUV | 156.87 | 59.23 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 35 | 0 | 0.25 | 0.83 | 0.19 | 41.86 | 0.71 | 0.47 |
| Hex | CF | 9B | 23 | 0 | 19 | 53 | 13 | 2A | 47 | 2F |
| Octal | 317 | 233 | 43 | 0 | 31 | 123 | 23 | 52 | 107 | 57 |
| Binary | 11001111 | 10011011 | 100011 | 0 | 11001 | 1010011 | 10011 | 101010 | 1000111 | 101111 |
Color Harmonies of #CF9B23
Complementary color
Monochromatic Colors of #CF9B23
Black with #CF9B23
Text Example
Text Example
White with #CF9B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B23; }
p { color: rgb(207,155,35); }
H1.HeaderClassName
{
color: #CF9B23;
}
.AnyTagClassName
{
color: #CF9B23;
}
</style>
background-color css
<style>
a { background-color: #CF9B23; }
a { background-color: rgb(207,155,35); }
div.DivClassName
{
background-color: #CF9B23;
}
.BgClassName
{
background-color: #CF9B23;
}
</style>
border-color css
<style>
span { border-color: #CF9B23; }
span { border-color: rgb(207,155,35); }
td.TdClassName
{
border-color: #CF9B23;
}
.TagClassName
{
border-color: #CF9B23;
}
</style>