Shades of Fuego #CCDB23
Tints of Fuego #CCDB23
RGB
CMYK
RGB Variations
Color information
#CCDB23 (or 0xCCDB23) is known color: Fuego. HEX triplet: CC, DB and 23. RGB value is (204,219,35). Sum of RGB (Red+Green+Blue) = 204+219+35=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 35 (14.06% from 255 or 7.64% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB23 is #3324DC. Grayscale: #C2C2C2. Windows color (decimal): -3351773 or 2350028. OLE color: 2350028.
HSL color Cylindrical-coordinate representation of color #CCDB23: hue angle of 64.89º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCDB23 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 35 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.14 |
| HSL | 64.89º | 0.72% | 0.5% | - |
| HSV(B) | 64.89º | 0.84% | 0.86% | - |
| XYZ | 50.54 | 63.62 | 11.21 | - |
| YUV | 193.54 | 38.53 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 35 | 0.07 | 0 | 0.84 | 0.14 | 64.89 | 0.72 | 0.5 |
| Hex | CC | DB | 23 | 7 | 0 | 54 | E | 41 | 48 | 32 |
| Octal | 314 | 333 | 43 | 7 | 0 | 124 | 16 | 101 | 110 | 62 |
| Binary | 11001100 | 11011011 | 100011 | 111 | 0 | 1010100 | 1110 | 1000001 | 1001000 | 110010 |
Color Harmonies of #CCDB23
Complementary color
Monochromatic Colors of #CCDB23
Black with #CCDB23
Text Example
Text Example
White with #CCDB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB23; }
p { color: rgb(204,219,35); }
H1.HeaderClassName
{
color: #CCDB23;
}
.AnyTagClassName
{
color: #CCDB23;
}
</style>
background-color css
<style>
a { background-color: #CCDB23; }
a { background-color: rgb(204,219,35); }
div.DivClassName
{
background-color: #CCDB23;
}
.BgClassName
{
background-color: #CCDB23;
}
</style>
border-color css
<style>
span { border-color: #CCDB23; }
span { border-color: rgb(204,219,35); }
td.TdClassName
{
border-color: #CCDB23;
}
.TagClassName
{
border-color: #CCDB23;
}
</style>