Shades of Fuego #C8D323
Tints of Fuego #C8D323
RGB
CMYK
RGB Variations
Color information
#C8D323 (or 0xC8D323) is known color: Fuego. HEX triplet: C8, D3 and 23. RGB value is (200,211,35). Sum of RGB (Red+Green+Blue) = 200+211+35=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 35 (14.06% from 255 or 7.85% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #C8D323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D323 is #372CDC. Grayscale: #BCBCBC. Windows color (decimal): -3615965 or 2347976. OLE color: 2347976.
HSL color Cylindrical-coordinate representation of color #C8D323: hue angle of 63.75º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8D323 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 211 | 35 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.17 |
| HSL | 63.75º | 0.72% | 0.48% | - |
| HSV(B) | 63.75º | 0.83% | 0.83% | - |
| XYZ | 47.42 | 58.99 | 10.48 | - |
| YUV | 187.65 | 41.86 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 211 | 35 | 0.05 | 0 | 0.83 | 0.17 | 63.75 | 0.72 | 0.48 |
| Hex | C8 | D3 | 23 | 5 | 0 | 53 | 11 | 40 | 48 | 30 |
| Octal | 310 | 323 | 43 | 5 | 0 | 123 | 21 | 100 | 110 | 60 |
| Binary | 11001000 | 11010011 | 100011 | 101 | 0 | 1010011 | 10001 | 1000000 | 1001000 | 110000 |
Color Harmonies of #C8D323
Complementary color
Monochromatic Colors of #C8D323
Black with #C8D323
Text Example
Text Example
White with #C8D323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D323; }
p { color: rgb(200,211,35); }
H1.HeaderClassName
{
color: #C8D323;
}
.AnyTagClassName
{
color: #C8D323;
}
</style>
background-color css
<style>
a { background-color: #C8D323; }
a { background-color: rgb(200,211,35); }
div.DivClassName
{
background-color: #C8D323;
}
.BgClassName
{
background-color: #C8D323;
}
</style>
border-color css
<style>
span { border-color: #C8D323; }
span { border-color: rgb(200,211,35); }
td.TdClassName
{
border-color: #C8D323;
}
.TagClassName
{
border-color: #C8D323;
}
</style>