Shades of Fuego #CCDB18
Tints of Fuego #CCDB18
RGB
CMYK
RGB Variations
Color information
#CCDB18 (or 0xCCDB18) is known color: Fuego. HEX triplet: CC, DB and 18. RGB value is (204,219,24). Sum of RGB (Red+Green+Blue) = 204+219+24=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 24 (9.77% from 255 or 5.37% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDB18 is #3324E7. Grayscale: #C1C1C1. Windows color (decimal): -3351784 or 1629132. OLE color: 1629132.
HSL color Cylindrical-coordinate representation of color #CCDB18: hue angle of 64.62º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCDB18 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 24 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.14 |
| HSL | 64.62º | 0.8% | 0.48% | - |
| HSV(B) | 64.62º | 0.89% | 0.86% | - |
| XYZ | 50.4 | 63.57 | 10.48 | - |
| YUV | 192.29 | 33.03 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 24 | 0.07 | 0 | 0.89 | 0.14 | 64.62 | 0.8 | 0.48 |
| Hex | CC | DB | 18 | 7 | 0 | 59 | E | 41 | 50 | 30 |
| Octal | 314 | 333 | 30 | 7 | 0 | 131 | 16 | 101 | 120 | 60 |
| Binary | 11001100 | 11011011 | 11000 | 111 | 0 | 1011001 | 1110 | 1000001 | 1010000 | 110000 |
Color Harmonies of #CCDB18
Complementary color
Monochromatic Colors of #CCDB18
Black with #CCDB18
Text Example
Text Example
White with #CCDB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB18; }
p { color: rgb(204,219,24); }
H1.HeaderClassName
{
color: #CCDB18;
}
.AnyTagClassName
{
color: #CCDB18;
}
</style>
background-color css
<style>
a { background-color: #CCDB18; }
a { background-color: rgb(204,219,24); }
div.DivClassName
{
background-color: #CCDB18;
}
.BgClassName
{
background-color: #CCDB18;
}
</style>
border-color css
<style>
span { border-color: #CCDB18; }
span { border-color: rgb(204,219,24); }
td.TdClassName
{
border-color: #CCDB18;
}
.TagClassName
{
border-color: #CCDB18;
}
</style>