Shades of Galliano #CF9D2B
Tints of Galliano #CF9D2B
RGB
CMYK
RGB Variations
Color information
#CF9D2B (or 0xCF9D2B) is known color: Galliano. HEX triplet: CF, 9D and 2B. RGB value is (207,157,43). Sum of RGB (Red+Green+Blue) = 207+157+43=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9D2B is #3062D4. Grayscale: #9F9F9F. Windows color (decimal): -3171029 or 2858447. OLE color: 2858447.
HSL color Cylindrical-coordinate representation of color #CF9D2B: hue angle of 41.71º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF9D2B is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 43 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.19 |
| HSL | 41.71º | 0.66% | 0.49% | - |
| HSV(B) | 41.71º | 0.79% | 0.81% | - |
| XYZ | 38.23 | 37.55 | 7.52 | - |
| YUV | 158.95 | 62.57 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 43 | 0 | 0.24 | 0.79 | 0.19 | 41.71 | 0.66 | 0.49 |
| Hex | CF | 9D | 2B | 0 | 18 | 4F | 13 | 2A | 42 | 31 |
| Octal | 317 | 235 | 53 | 0 | 30 | 117 | 23 | 52 | 102 | 61 |
| Binary | 11001111 | 10011101 | 101011 | 0 | 11000 | 1001111 | 10011 | 101010 | 1000010 | 110001 |
Color Harmonies of #CF9D2B
Complementary color
Monochromatic Colors of #CF9D2B
Black with #CF9D2B
Text Example
Text Example
White with #CF9D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9D2B; }
p { color: rgb(207,157,43); }
H1.HeaderClassName
{
color: #CF9D2B;
}
.AnyTagClassName
{
color: #CF9D2B;
}
</style>
background-color css
<style>
a { background-color: #CF9D2B; }
a { background-color: rgb(207,157,43); }
div.DivClassName
{
background-color: #CF9D2B;
}
.BgClassName
{
background-color: #CF9D2B;
}
</style>
border-color css
<style>
span { border-color: #CF9D2B; }
span { border-color: rgb(207,157,43); }
td.TdClassName
{
border-color: #CF9D2B;
}
.TagClassName
{
border-color: #CF9D2B;
}
</style>