Shades of Fuego #CCDB1C
Tints of Fuego #CCDB1C
RGB
CMYK
RGB Variations
Color information
#CCDB1C (or 0xCCDB1C) is known color: Fuego. HEX triplet: CC, DB and 1C. RGB value is (204,219,28). Sum of RGB (Red+Green+Blue) = 204+219+28=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 28 (11.33% from 255 or 6.21% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB1C is #3324E3. Grayscale: #C1C1C1. Windows color (decimal): -3351780 or 1891276. OLE color: 1891276.
HSL color Cylindrical-coordinate representation of color #CCDB1C: hue angle of 64.71º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCDB1C is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 28 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.14 |
| HSL | 64.71º | 0.77% | 0.48% | - |
| HSV(B) | 64.71º | 0.87% | 0.86% | - |
| XYZ | 50.44 | 63.58 | 10.71 | - |
| YUV | 192.74 | 35.03 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 28 | 0.07 | 0 | 0.87 | 0.14 | 64.71 | 0.77 | 0.48 |
| Hex | CC | DB | 1C | 7 | 0 | 57 | E | 41 | 4D | 30 |
| Octal | 314 | 333 | 34 | 7 | 0 | 127 | 16 | 101 | 115 | 60 |
| Binary | 11001100 | 11011011 | 11100 | 111 | 0 | 1010111 | 1110 | 1000001 | 1001101 | 110000 |
Color Harmonies of #CCDB1C
Complementary color
Monochromatic Colors of #CCDB1C
Black with #CCDB1C
Text Example
Text Example
White with #CCDB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB1C; }
p { color: rgb(204,219,28); }
H1.HeaderClassName
{
color: #CCDB1C;
}
.AnyTagClassName
{
color: #CCDB1C;
}
</style>
background-color css
<style>
a { background-color: #CCDB1C; }
a { background-color: rgb(204,219,28); }
div.DivClassName
{
background-color: #CCDB1C;
}
.BgClassName
{
background-color: #CCDB1C;
}
</style>
border-color css
<style>
span { border-color: #CCDB1C; }
span { border-color: rgb(204,219,28); }
td.TdClassName
{
border-color: #CCDB1C;
}
.TagClassName
{
border-color: #CCDB1C;
}
</style>