Shades of Fuego #CCD91D
Tints of Fuego #CCD91D
RGB
CMYK
RGB Variations
Color information
#CCD91D (or 0xCCD91D) is known color: Fuego. HEX triplet: CC, D9 and 1D. RGB value is (204,217,29). Sum of RGB (Red+Green+Blue) = 204+217+29=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 29 (11.72% from 255 or 6.44% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD91D is #3326E2. Grayscale: #C0C0C0. Windows color (decimal): -3352291 or 1956300. OLE color: 1956300.
HSL color Cylindrical-coordinate representation of color #CCD91D: hue angle of 64.15º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCD91D is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 29 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.15 |
| HSL | 64.15º | 0.76% | 0.48% | - |
| HSV(B) | 64.15º | 0.87% | 0.85% | - |
| XYZ | 49.94 | 62.55 | 10.6 | - |
| YUV | 191.68 | 36.19 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 29 | 0.06 | 0 | 0.87 | 0.15 | 64.15 | 0.76 | 0.48 |
| Hex | CC | D9 | 1D | 6 | 0 | 57 | F | 40 | 4C | 30 |
| Octal | 314 | 331 | 35 | 6 | 0 | 127 | 17 | 100 | 114 | 60 |
| Binary | 11001100 | 11011001 | 11101 | 110 | 0 | 1010111 | 1111 | 1000000 | 1001100 | 110000 |
Color Harmonies of #CCD91D
Complementary color
Monochromatic Colors of #CCD91D
Black with #CCD91D
Text Example
Text Example
White with #CCD91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD91D; }
p { color: rgb(204,217,29); }
H1.HeaderClassName
{
color: #CCD91D;
}
.AnyTagClassName
{
color: #CCD91D;
}
</style>
background-color css
<style>
a { background-color: #CCD91D; }
a { background-color: rgb(204,217,29); }
div.DivClassName
{
background-color: #CCD91D;
}
.BgClassName
{
background-color: #CCD91D;
}
</style>
border-color css
<style>
span { border-color: #CCD91D; }
span { border-color: rgb(204,217,29); }
td.TdClassName
{
border-color: #CCD91D;
}
.TagClassName
{
border-color: #CCD91D;
}
</style>