Shades of Fuego #CCD625
Tints of Fuego #CCD625
RGB
CMYK
RGB Variations
Color information
#CCD625 (or 0xCCD625) is known color: Fuego. HEX triplet: CC, D6 and 25. RGB value is (204,214,37). Sum of RGB (Red+Green+Blue) = 204+214+37=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 37 (14.84% from 255 or 8.13% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD625 is #3329DA. Grayscale: #BFBFBF. Windows color (decimal): -3353051 or 2479820. OLE color: 2479820.
HSL color Cylindrical-coordinate representation of color #CCD625: hue angle of 63.39º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCD625 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 37 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.16 |
| HSL | 63.39º | 0.71% | 0.49% | - |
| HSV(B) | 63.39º | 0.83% | 0.84% | - |
| XYZ | 49.28 | 61.06 | 10.94 | - |
| YUV | 190.83 | 41.19 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 37 | 0.05 | 0 | 0.83 | 0.16 | 63.39 | 0.71 | 0.49 |
| Hex | CC | D6 | 25 | 5 | 0 | 53 | 10 | 3F | 47 | 31 |
| Octal | 314 | 326 | 45 | 5 | 0 | 123 | 20 | 77 | 107 | 61 |
| Binary | 11001100 | 11010110 | 100101 | 101 | 0 | 1010011 | 10000 | 111111 | 1000111 | 110001 |
Color Harmonies of #CCD625
Complementary color
Monochromatic Colors of #CCD625
Black with #CCD625
Text Example
Text Example
White with #CCD625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD625; }
p { color: rgb(204,214,37); }
H1.HeaderClassName
{
color: #CCD625;
}
.AnyTagClassName
{
color: #CCD625;
}
</style>
background-color css
<style>
a { background-color: #CCD625; }
a { background-color: rgb(204,214,37); }
div.DivClassName
{
background-color: #CCD625;
}
.BgClassName
{
background-color: #CCD625;
}
</style>
border-color css
<style>
span { border-color: #CCD625; }
span { border-color: rgb(204,214,37); }
td.TdClassName
{
border-color: #CCD625;
}
.TagClassName
{
border-color: #CCD625;
}
</style>