Shades of Fuego #C8DC23
Tints of Fuego #C8DC23
RGB
CMYK
RGB Variations
Color information
#C8DC23 (or 0xC8DC23) is known color: Fuego. HEX triplet: C8, DC and 23. RGB value is (200,220,35). Sum of RGB (Red+Green+Blue) = 200+220+35=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 35 (14.06% from 255 or 7.69% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DC23 is #3723DC. Grayscale: #C1C1C1. Windows color (decimal): -3613661 or 2350280. OLE color: 2350280.
HSL color Cylindrical-coordinate representation of color #C8DC23: hue angle of 66.49º 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 #C8DC23 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 35 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.14 |
| HSL | 66.49º | 0.73% | 0.5% | - |
| HSV(B) | 66.49º | 0.84% | 0.86% | - |
| XYZ | 49.72 | 63.59 | 11.24 | - |
| YUV | 192.93 | 38.87 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 35 | 0.09 | 0 | 0.84 | 0.14 | 66.49 | 0.73 | 0.5 |
| Hex | C8 | DC | 23 | 9 | 0 | 54 | E | 42 | 49 | 32 |
| Octal | 310 | 334 | 43 | 11 | 0 | 124 | 16 | 102 | 111 | 62 |
| Binary | 11001000 | 11011100 | 100011 | 1001 | 0 | 1010100 | 1110 | 1000010 | 1001001 | 110010 |
Color Harmonies of #C8DC23
Complementary color
Monochromatic Colors of #C8DC23
Black with #C8DC23
Text Example
Text Example
White with #C8DC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC23; }
p { color: rgb(200,220,35); }
H1.HeaderClassName
{
color: #C8DC23;
}
.AnyTagClassName
{
color: #C8DC23;
}
</style>
background-color css
<style>
a { background-color: #C8DC23; }
a { background-color: rgb(200,220,35); }
div.DivClassName
{
background-color: #C8DC23;
}
.BgClassName
{
background-color: #C8DC23;
}
</style>
border-color css
<style>
span { border-color: #C8DC23; }
span { border-color: rgb(200,220,35); }
td.TdClassName
{
border-color: #C8DC23;
}
.TagClassName
{
border-color: #C8DC23;
}
</style>