Shades of Fuego #CCD227
Tints of Fuego #CCD227
RGB
CMYK
RGB Variations
Color information
#CCD227 (or 0xCCD227) is known color: Fuego. HEX triplet: CC, D2 and 27. RGB value is (204,210,39). Sum of RGB (Red+Green+Blue) = 204+210+39=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 39 (15.62% from 255 or 8.61% from 453); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD227 is #332DD8. Grayscale: #BDBDBD. Windows color (decimal): -3354073 or 2609868. OLE color: 2609868.
HSL color Cylindrical-coordinate representation of color #CCD227: hue angle of 62.11º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCD227 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 39 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.18 |
| HSL | 62.11º | 0.69% | 0.49% | - |
| HSV(B) | 62.11º | 0.81% | 0.82% | - |
| XYZ | 48.31 | 59.08 | 10.78 | - |
| YUV | 188.71 | 43.51 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 39 | 0.03 | 0 | 0.81 | 0.18 | 62.11 | 0.69 | 0.49 |
| Hex | CC | D2 | 27 | 3 | 0 | 51 | 12 | 3E | 45 | 31 |
| Octal | 314 | 322 | 47 | 3 | 0 | 121 | 22 | 76 | 105 | 61 |
| Binary | 11001100 | 11010010 | 100111 | 11 | 0 | 1010001 | 10010 | 111110 | 1000101 | 110001 |
Color Harmonies of #CCD227
Complementary color
Monochromatic Colors of #CCD227
Black with #CCD227
Text Example
Text Example
White with #CCD227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD227; }
p { color: rgb(204,210,39); }
H1.HeaderClassName
{
color: #CCD227;
}
.AnyTagClassName
{
color: #CCD227;
}
</style>
background-color css
<style>
a { background-color: #CCD227; }
a { background-color: rgb(204,210,39); }
div.DivClassName
{
background-color: #CCD227;
}
.BgClassName
{
background-color: #CCD227;
}
</style>
border-color css
<style>
span { border-color: #CCD227; }
span { border-color: rgb(204,210,39); }
td.TdClassName
{
border-color: #CCD227;
}
.TagClassName
{
border-color: #CCD227;
}
</style>