Shades of Fuego #CCD127
Tints of Fuego #CCD127
RGB
CMYK
RGB Variations
Color information
#CCD127 (or 0xCCD127) is known color: Fuego. HEX triplet: CC, D1 and 27. RGB value is (204,209,39). Sum of RGB (Red+Green+Blue) = 204+209+39=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 39 (15.62% from 255 or 8.63% from 452); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD127 is #332ED8. Grayscale: #BCBCBC. Windows color (decimal): -3354329 or 2609612. OLE color: 2609612.
HSL color Cylindrical-coordinate representation of color #CCD127: hue angle of 61.76º 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 #CCD127 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 39 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.18 |
| HSL | 61.76º | 0.69% | 0.49% | - |
| HSV(B) | 61.76º | 0.81% | 0.82% | - |
| XYZ | 48.07 | 58.58 | 10.69 | - |
| YUV | 188.13 | 43.84 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 39 | 0.02 | 0 | 0.81 | 0.18 | 61.76 | 0.69 | 0.49 |
| Hex | CC | D1 | 27 | 2 | 0 | 51 | 12 | 3E | 45 | 31 |
| Octal | 314 | 321 | 47 | 2 | 0 | 121 | 22 | 76 | 105 | 61 |
| Binary | 11001100 | 11010001 | 100111 | 10 | 0 | 1010001 | 10010 | 111110 | 1000101 | 110001 |
Color Harmonies of #CCD127
Complementary color
Monochromatic Colors of #CCD127
Black with #CCD127
Text Example
Text Example
White with #CCD127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD127; }
p { color: rgb(204,209,39); }
H1.HeaderClassName
{
color: #CCD127;
}
.AnyTagClassName
{
color: #CCD127;
}
</style>
background-color css
<style>
a { background-color: #CCD127; }
a { background-color: rgb(204,209,39); }
div.DivClassName
{
background-color: #CCD127;
}
.BgClassName
{
background-color: #CCD127;
}
</style>
border-color css
<style>
span { border-color: #CCD127; }
span { border-color: rgb(204,209,39); }
td.TdClassName
{
border-color: #CCD127;
}
.TagClassName
{
border-color: #CCD127;
}
</style>