Shades of Galliano #CFB01B
Tints of Galliano #CFB01B
RGB
CMYK
RGB Variations
Color information
#CFB01B (or 0xCFB01B) is known color: Galliano. HEX triplet: CF, B0 and 1B. RGB value is (207,176,27). Sum of RGB (Red+Green+Blue) = 207+176+27=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB01B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB01B is #304FE4. Grayscale: #A8A8A8. Windows color (decimal): -3166181 or 1814735. OLE color: 1814735.
HSL color Cylindrical-coordinate representation of color #CFB01B: hue angle of 49.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFB01B is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 27 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.19 |
| HSL | 49.67º | 0.77% | 0.46% | - |
| HSV(B) | 49.67º | 0.87% | 0.81% | - |
| XYZ | 41.46 | 44.4 | 7.42 | - |
| YUV | 168.28 | 48.27 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 27 | 0 | 0.15 | 0.87 | 0.19 | 49.67 | 0.77 | 0.46 |
| Hex | CF | B0 | 1B | 0 | F | 57 | 13 | 32 | 4D | 2E |
| Octal | 317 | 260 | 33 | 0 | 17 | 127 | 23 | 62 | 115 | 56 |
| Binary | 11001111 | 10110000 | 11011 | 0 | 1111 | 1010111 | 10011 | 110010 | 1001101 | 101110 |
Color Harmonies of #CFB01B
Complementary color
Monochromatic Colors of #CFB01B
Black with #CFB01B
Text Example
Text Example
White with #CFB01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB01B; }
p { color: rgb(207,176,27); }
H1.HeaderClassName
{
color: #CFB01B;
}
.AnyTagClassName
{
color: #CFB01B;
}
</style>
background-color css
<style>
a { background-color: #CFB01B; }
a { background-color: rgb(207,176,27); }
div.DivClassName
{
background-color: #CFB01B;
}
.BgClassName
{
background-color: #CFB01B;
}
</style>
border-color css
<style>
span { border-color: #CFB01B; }
span { border-color: rgb(207,176,27); }
td.TdClassName
{
border-color: #CFB01B;
}
.TagClassName
{
border-color: #CFB01B;
}
</style>