Shades of Fuego #CCDB22
Tints of Fuego #CCDB22
RGB
CMYK
RGB Variations
Color information
#CCDB22 (or 0xCCDB22) is known color: Fuego. HEX triplet: CC, DB and 22. RGB value is (204,219,34). Sum of RGB (Red+Green+Blue) = 204+219+34=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 34 (13.67% from 255 or 7.44% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB22 is #3324DD. Grayscale: #C2C2C2. Windows color (decimal): -3351774 or 2284492. OLE color: 2284492.
HSL color Cylindrical-coordinate representation of color #CCDB22: hue angle of 64.86º degrees, saturation: 0.73, 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 #CCDB22 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 34 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.14 |
| HSL | 64.86º | 0.73% | 0.5% | - |
| HSV(B) | 64.86º | 0.84% | 0.86% | - |
| XYZ | 50.52 | 63.62 | 11.13 | - |
| YUV | 193.43 | 38.03 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 34 | 0.07 | 0 | 0.84 | 0.14 | 64.86 | 0.73 | 0.5 |
| Hex | CC | DB | 22 | 7 | 0 | 54 | E | 41 | 49 | 32 |
| Octal | 314 | 333 | 42 | 7 | 0 | 124 | 16 | 101 | 111 | 62 |
| Binary | 11001100 | 11011011 | 100010 | 111 | 0 | 1010100 | 1110 | 1000001 | 1001001 | 110010 |
Color Harmonies of #CCDB22
Complementary color
Monochromatic Colors of #CCDB22
Black with #CCDB22
Text Example
Text Example
White with #CCDB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB22; }
p { color: rgb(204,219,34); }
H1.HeaderClassName
{
color: #CCDB22;
}
.AnyTagClassName
{
color: #CCDB22;
}
</style>
background-color css
<style>
a { background-color: #CCDB22; }
a { background-color: rgb(204,219,34); }
div.DivClassName
{
background-color: #CCDB22;
}
.BgClassName
{
background-color: #CCDB22;
}
</style>
border-color css
<style>
span { border-color: #CCDB22; }
span { border-color: rgb(204,219,34); }
td.TdClassName
{
border-color: #CCDB22;
}
.TagClassName
{
border-color: #CCDB22;
}
</style>