Shades of Fuego #C6D023
Tints of Fuego #C6D023
RGB
CMYK
RGB Variations
Color information
#C6D023 (or 0xC6D023) is known color: Fuego. HEX triplet: C6, D0 and 23. RGB value is (198,208,35). Sum of RGB (Red+Green+Blue) = 198+208+35=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 35 (14.06% from 255 or 7.94% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D023 is #392FDC. Grayscale: #B9B9B9. Windows color (decimal): -3747805 or 2347206. OLE color: 2347206.
HSL color Cylindrical-coordinate representation of color #C6D023: hue angle of 63.47º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6D023 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 208 | 35 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.18 |
| HSL | 63.47º | 0.71% | 0.48% | - |
| HSV(B) | 63.47º | 0.83% | 0.82% | - |
| XYZ | 46.15 | 57.24 | 10.21 | - |
| YUV | 185.29 | 43.19 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 208 | 35 | 0.05 | 0 | 0.83 | 0.18 | 63.47 | 0.71 | 0.48 |
| Hex | C6 | D0 | 23 | 5 | 0 | 53 | 12 | 3F | 47 | 30 |
| Octal | 306 | 320 | 43 | 5 | 0 | 123 | 22 | 77 | 107 | 60 |
| Binary | 11000110 | 11010000 | 100011 | 101 | 0 | 1010011 | 10010 | 111111 | 1000111 | 110000 |
Color Harmonies of #C6D023
Complementary color
Monochromatic Colors of #C6D023
Black with #C6D023
Text Example
Text Example
White with #C6D023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D023; }
p { color: rgb(198,208,35); }
H1.HeaderClassName
{
color: #C6D023;
}
.AnyTagClassName
{
color: #C6D023;
}
</style>
background-color css
<style>
a { background-color: #C6D023; }
a { background-color: rgb(198,208,35); }
div.DivClassName
{
background-color: #C6D023;
}
.BgClassName
{
background-color: #C6D023;
}
</style>
border-color css
<style>
span { border-color: #C6D023; }
span { border-color: rgb(198,208,35); }
td.TdClassName
{
border-color: #C6D023;
}
.TagClassName
{
border-color: #C6D023;
}
</style>