Shades of Fuego #CCDB1D
Tints of Fuego #CCDB1D
RGB
CMYK
RGB Variations
Color information
#CCDB1D (or 0xCCDB1D) is known color: Fuego. HEX triplet: CC, DB and 1D. RGB value is (204,219,29). Sum of RGB (Red+Green+Blue) = 204+219+29=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 29 (11.72% from 255 or 6.42% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB1D is #3324E2. Grayscale: #C1C1C1. Windows color (decimal): -3351779 or 1956812. OLE color: 1956812.
HSL color Cylindrical-coordinate representation of color #CCDB1D: hue angle of 64.74º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCDB1D is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 29 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.14 |
| HSL | 64.74º | 0.77% | 0.49% | - |
| HSV(B) | 64.74º | 0.87% | 0.86% | - |
| XYZ | 50.46 | 63.59 | 10.78 | - |
| YUV | 192.86 | 35.53 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 29 | 0.07 | 0 | 0.87 | 0.14 | 64.74 | 0.77 | 0.49 |
| Hex | CC | DB | 1D | 7 | 0 | 57 | E | 41 | 4D | 31 |
| Octal | 314 | 333 | 35 | 7 | 0 | 127 | 16 | 101 | 115 | 61 |
| Binary | 11001100 | 11011011 | 11101 | 111 | 0 | 1010111 | 1110 | 1000001 | 1001101 | 110001 |
Color Harmonies of #CCDB1D
Complementary color
Monochromatic Colors of #CCDB1D
Black with #CCDB1D
Text Example
Text Example
White with #CCDB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB1D; }
p { color: rgb(204,219,29); }
H1.HeaderClassName
{
color: #CCDB1D;
}
.AnyTagClassName
{
color: #CCDB1D;
}
</style>
background-color css
<style>
a { background-color: #CCDB1D; }
a { background-color: rgb(204,219,29); }
div.DivClassName
{
background-color: #CCDB1D;
}
.BgClassName
{
background-color: #CCDB1D;
}
</style>
border-color css
<style>
span { border-color: #CCDB1D; }
span { border-color: rgb(204,219,29); }
td.TdClassName
{
border-color: #CCDB1D;
}
.TagClassName
{
border-color: #CCDB1D;
}
</style>