Shades of Fuego #C8D31D
Tints of Fuego #C8D31D
RGB
CMYK
RGB Variations
Color information
#C8D31D (or 0xC8D31D) is known color: Fuego. HEX triplet: C8, D3 and 1D. RGB value is (200,211,29). Sum of RGB (Red+Green+Blue) = 200+211+29=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 29 (11.72% from 255 or 6.59% from 440); Max value from RGB is 211 - color contains mainly: green. Hex color #C8D31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D31D is #372CE2. Grayscale: #BBBBBB. Windows color (decimal): -3615971 or 1954760. OLE color: 1954760.
HSL color Cylindrical-coordinate representation of color #C8D31D: hue angle of 63.63º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8D31D is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 211 | 29 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.17 |
| HSL | 63.63º | 0.76% | 0.47% | - |
| HSV(B) | 63.63º | 0.86% | 0.83% | - |
| XYZ | 47.34 | 58.96 | 10.05 | - |
| YUV | 186.96 | 38.86 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 211 | 29 | 0.05 | 0 | 0.86 | 0.17 | 63.63 | 0.76 | 0.47 |
| Hex | C8 | D3 | 1D | 5 | 0 | 56 | 11 | 40 | 4C | 2F |
| Octal | 310 | 323 | 35 | 5 | 0 | 126 | 21 | 100 | 114 | 57 |
| Binary | 11001000 | 11010011 | 11101 | 101 | 0 | 1010110 | 10001 | 1000000 | 1001100 | 101111 |
Color Harmonies of #C8D31D
Complementary color
Monochromatic Colors of #C8D31D
Black with #C8D31D
Text Example
Text Example
White with #C8D31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D31D; }
p { color: rgb(200,211,29); }
H1.HeaderClassName
{
color: #C8D31D;
}
.AnyTagClassName
{
color: #C8D31D;
}
</style>
background-color css
<style>
a { background-color: #C8D31D; }
a { background-color: rgb(200,211,29); }
div.DivClassName
{
background-color: #C8D31D;
}
.BgClassName
{
background-color: #C8D31D;
}
</style>
border-color css
<style>
span { border-color: #C8D31D; }
span { border-color: rgb(200,211,29); }
td.TdClassName
{
border-color: #C8D31D;
}
.TagClassName
{
border-color: #C8D31D;
}
</style>