Shades of Galliano #CFB124
Tints of Galliano #CFB124
RGB
CMYK
RGB Variations
Color information
#CFB124 (or 0xCFB124) is known color: Galliano. HEX triplet: CF, B1 and 24. RGB value is (207,177,36). Sum of RGB (Red+Green+Blue) = 207+177+36=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 36 (14.45% from 255 or 8.57% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB124 is #304EDB. Grayscale: #AAAAAA. Windows color (decimal): -3165916 or 2404815. OLE color: 2404815.
HSL color Cylindrical-coordinate representation of color #CFB124: hue angle of 49.47º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFB124 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 36 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.19 |
| HSL | 49.47º | 0.7% | 0.48% | - |
| HSV(B) | 49.47º | 0.83% | 0.81% | - |
| XYZ | 41.77 | 44.84 | 8.12 | - |
| YUV | 169.9 | 52.44 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 36 | 0 | 0.14 | 0.83 | 0.19 | 49.47 | 0.7 | 0.48 |
| Hex | CF | B1 | 24 | 0 | E | 53 | 13 | 31 | 46 | 30 |
| Octal | 317 | 261 | 44 | 0 | 16 | 123 | 23 | 61 | 106 | 60 |
| Binary | 11001111 | 10110001 | 100100 | 0 | 1110 | 1010011 | 10011 | 110001 | 1000110 | 110000 |
Color Harmonies of #CFB124
Complementary color
Monochromatic Colors of #CFB124
Black with #CFB124
Text Example
Text Example
White with #CFB124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB124; }
p { color: rgb(207,177,36); }
H1.HeaderClassName
{
color: #CFB124;
}
.AnyTagClassName
{
color: #CFB124;
}
</style>
background-color css
<style>
a { background-color: #CFB124; }
a { background-color: rgb(207,177,36); }
div.DivClassName
{
background-color: #CFB124;
}
.BgClassName
{
background-color: #CFB124;
}
</style>
border-color css
<style>
span { border-color: #CFB124; }
span { border-color: rgb(207,177,36); }
td.TdClassName
{
border-color: #CFB124;
}
.TagClassName
{
border-color: #CFB124;
}
</style>