Shades of Fuego #CCD626
Tints of Fuego #CCD626
RGB
CMYK
RGB Variations
Color information
#CCD626 (or 0xCCD626) is known color: Fuego. HEX triplet: CC, D6 and 26. RGB value is (204,214,38). Sum of RGB (Red+Green+Blue) = 204+214+38=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 38 (15.23% from 255 or 8.33% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD626 is #3329D9. Grayscale: #BFBFBF. Windows color (decimal): -3353050 or 2545356. OLE color: 2545356.
HSL color Cylindrical-coordinate representation of color #CCD626: hue angle of 63.41º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCD626 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 38 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.16 |
| HSL | 63.41º | 0.7% | 0.49% | - |
| HSV(B) | 63.41º | 0.82% | 0.84% | - |
| XYZ | 49.3 | 61.07 | 11.02 | - |
| YUV | 190.95 | 41.69 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 38 | 0.05 | 0 | 0.82 | 0.16 | 63.41 | 0.7 | 0.49 |
| Hex | CC | D6 | 26 | 5 | 0 | 52 | 10 | 3F | 46 | 31 |
| Octal | 314 | 326 | 46 | 5 | 0 | 122 | 20 | 77 | 106 | 61 |
| Binary | 11001100 | 11010110 | 100110 | 101 | 0 | 1010010 | 10000 | 111111 | 1000110 | 110001 |
Color Harmonies of #CCD626
Complementary color
Monochromatic Colors of #CCD626
Black with #CCD626
Text Example
Text Example
White with #CCD626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD626; }
p { color: rgb(204,214,38); }
H1.HeaderClassName
{
color: #CCD626;
}
.AnyTagClassName
{
color: #CCD626;
}
</style>
background-color css
<style>
a { background-color: #CCD626; }
a { background-color: rgb(204,214,38); }
div.DivClassName
{
background-color: #CCD626;
}
.BgClassName
{
background-color: #CCD626;
}
</style>
border-color css
<style>
span { border-color: #CCD626; }
span { border-color: rgb(204,214,38); }
td.TdClassName
{
border-color: #CCD626;
}
.TagClassName
{
border-color: #CCD626;
}
</style>