Shades of Fuego #C6DC23
Tints of Fuego #C6DC23
RGB
CMYK
RGB Variations
Color information
#C6DC23 (or 0xC6DC23) is known color: Fuego. HEX triplet: C6, DC and 23. RGB value is (198,220,35). Sum of RGB (Red+Green+Blue) = 198+220+35=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 35 (14.06% from 255 or 7.73% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DC23 is #3923DC. Grayscale: #C1C1C1. Windows color (decimal): -3744733 or 2350278. OLE color: 2350278.
HSL color Cylindrical-coordinate representation of color #C6DC23: hue angle of 67.14º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6DC23 is Cyan = 0.1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 35 | - |
| CMYK | 0.1 | 0 | 0.84 | 0.14 |
| HSL | 67.14º | 0.73% | 0.5% | - |
| HSV(B) | 67.14º | 0.84% | 0.86% | - |
| XYZ | 49.19 | 63.31 | 11.22 | - |
| YUV | 192.33 | 39.21 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 35 | 0.1 | 0 | 0.84 | 0.14 | 67.14 | 0.73 | 0.5 |
| Hex | C6 | DC | 23 | A | 0 | 54 | E | 43 | 49 | 32 |
| Octal | 306 | 334 | 43 | 12 | 0 | 124 | 16 | 103 | 111 | 62 |
| Binary | 11000110 | 11011100 | 100011 | 1010 | 0 | 1010100 | 1110 | 1000011 | 1001001 | 110010 |
Color Harmonies of #C6DC23
Complementary color
Monochromatic Colors of #C6DC23
Black with #C6DC23
Text Example
Text Example
White with #C6DC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DC23; }
p { color: rgb(198,220,35); }
H1.HeaderClassName
{
color: #C6DC23;
}
.AnyTagClassName
{
color: #C6DC23;
}
</style>
background-color css
<style>
a { background-color: #C6DC23; }
a { background-color: rgb(198,220,35); }
div.DivClassName
{
background-color: #C6DC23;
}
.BgClassName
{
background-color: #C6DC23;
}
</style>
border-color css
<style>
span { border-color: #C6DC23; }
span { border-color: rgb(198,220,35); }
td.TdClassName
{
border-color: #C6DC23;
}
.TagClassName
{
border-color: #C6DC23;
}
</style>