Shades of Fuego #CCD325
Tints of Fuego #CCD325
RGB
CMYK
RGB Variations
Color information
#CCD325 (or 0xCCD325) is known color: Fuego. HEX triplet: CC, D3 and 25. RGB value is (204,211,37). Sum of RGB (Red+Green+Blue) = 204+211+37=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD325 is #332CDA. Grayscale: #BDBDBD. Windows color (decimal): -3353819 or 2479052. OLE color: 2479052.
HSL color Cylindrical-coordinate representation of color #CCD325: hue angle of 62.41º degrees, saturation: 0.7, 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 #CCD325 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 37 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.17 |
| HSL | 62.41º | 0.7% | 0.49% | - |
| HSV(B) | 62.41º | 0.82% | 0.83% | - |
| XYZ | 48.53 | 59.56 | 10.69 | - |
| YUV | 189.07 | 42.18 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 37 | 0.03 | 0 | 0.82 | 0.17 | 62.41 | 0.7 | 0.49 |
| Hex | CC | D3 | 25 | 3 | 0 | 52 | 11 | 3E | 46 | 31 |
| Octal | 314 | 323 | 45 | 3 | 0 | 122 | 21 | 76 | 106 | 61 |
| Binary | 11001100 | 11010011 | 100101 | 11 | 0 | 1010010 | 10001 | 111110 | 1000110 | 110001 |
Color Harmonies of #CCD325
Complementary color
Monochromatic Colors of #CCD325
Black with #CCD325
Text Example
Text Example
White with #CCD325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD325; }
p { color: rgb(204,211,37); }
H1.HeaderClassName
{
color: #CCD325;
}
.AnyTagClassName
{
color: #CCD325;
}
</style>
background-color css
<style>
a { background-color: #CCD325; }
a { background-color: rgb(204,211,37); }
div.DivClassName
{
background-color: #CCD325;
}
.BgClassName
{
background-color: #CCD325;
}
</style>
border-color css
<style>
span { border-color: #CCD325; }
span { border-color: rgb(204,211,37); }
td.TdClassName
{
border-color: #CCD325;
}
.TagClassName
{
border-color: #CCD325;
}
</style>