Shades of Galliano #CFB01F
Tints of Galliano #CFB01F
RGB
CMYK
RGB Variations
Color information
#CFB01F (or 0xCFB01F) is known color: Galliano. HEX triplet: CF, B0 and 1F. RGB value is (207,176,31). Sum of RGB (Red+Green+Blue) = 207+176+31=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB01F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB01F is #304FE0. Grayscale: #A9A9A9. Windows color (decimal): -3166177 or 2076879. OLE color: 2076879.
HSL color Cylindrical-coordinate representation of color #CFB01F: hue angle of 49.43º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFB01F is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 31 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.19 |
| HSL | 49.43º | 0.74% | 0.47% | - |
| HSV(B) | 49.43º | 0.85% | 0.81% | - |
| XYZ | 41.5 | 44.42 | 7.68 | - |
| YUV | 168.74 | 50.27 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 31 | 0 | 0.15 | 0.85 | 0.19 | 49.43 | 0.74 | 0.47 |
| Hex | CF | B0 | 1F | 0 | F | 55 | 13 | 31 | 4A | 2F |
| Octal | 317 | 260 | 37 | 0 | 17 | 125 | 23 | 61 | 112 | 57 |
| Binary | 11001111 | 10110000 | 11111 | 0 | 1111 | 1010101 | 10011 | 110001 | 1001010 | 101111 |
Color Harmonies of #CFB01F
Complementary color
Monochromatic Colors of #CFB01F
Black with #CFB01F
Text Example
Text Example
White with #CFB01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB01F; }
p { color: rgb(207,176,31); }
H1.HeaderClassName
{
color: #CFB01F;
}
.AnyTagClassName
{
color: #CFB01F;
}
</style>
background-color css
<style>
a { background-color: #CFB01F; }
a { background-color: rgb(207,176,31); }
div.DivClassName
{
background-color: #CFB01F;
}
.BgClassName
{
background-color: #CFB01F;
}
</style>
border-color css
<style>
span { border-color: #CFB01F; }
span { border-color: rgb(207,176,31); }
td.TdClassName
{
border-color: #CFB01F;
}
.TagClassName
{
border-color: #CFB01F;
}
</style>