Shades of Fuego #C6D327
Tints of Fuego #C6D327
RGB
CMYK
RGB Variations
Color information
#C6D327 (or 0xC6D327) is known color: Fuego. HEX triplet: C6, D3 and 27. RGB value is (198,211,39). Sum of RGB (Red+Green+Blue) = 198+211+39=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 39 (15.62% from 255 or 8.71% from 448); Max value from RGB is 211 - color contains mainly: green. Hex color #C6D327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D327 is #392CD8. Grayscale: #BCBCBC. Windows color (decimal): -3747033 or 2610118. OLE color: 2610118.
HSL color Cylindrical-coordinate representation of color #C6D327: hue angle of 64.53º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6D327 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 211 | 39 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.17 |
| HSL | 64.53º | 0.69% | 0.49% | - |
| HSV(B) | 64.53º | 0.82% | 0.83% | - |
| XYZ | 46.95 | 58.74 | 10.78 | - |
| YUV | 187.51 | 44.19 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 211 | 39 | 0.06 | 0 | 0.82 | 0.17 | 64.53 | 0.69 | 0.49 |
| Hex | C6 | D3 | 27 | 6 | 0 | 52 | 11 | 41 | 45 | 31 |
| Octal | 306 | 323 | 47 | 6 | 0 | 122 | 21 | 101 | 105 | 61 |
| Binary | 11000110 | 11010011 | 100111 | 110 | 0 | 1010010 | 10001 | 1000001 | 1000101 | 110001 |
Color Harmonies of #C6D327
Complementary color
Monochromatic Colors of #C6D327
Black with #C6D327
Text Example
Text Example
White with #C6D327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D327; }
p { color: rgb(198,211,39); }
H1.HeaderClassName
{
color: #C6D327;
}
.AnyTagClassName
{
color: #C6D327;
}
</style>
background-color css
<style>
a { background-color: #C6D327; }
a { background-color: rgb(198,211,39); }
div.DivClassName
{
background-color: #C6D327;
}
.BgClassName
{
background-color: #C6D327;
}
</style>
border-color css
<style>
span { border-color: #C6D327; }
span { border-color: rgb(198,211,39); }
td.TdClassName
{
border-color: #C6D327;
}
.TagClassName
{
border-color: #C6D327;
}
</style>