Shades of Fuego #CDDB19
Tints of Fuego #CDDB19
RGB
CMYK
RGB Variations
Color information
#CDDB19 (or 0xCDDB19) is known color: Fuego. HEX triplet: CD, DB and 19. RGB value is (205,219,25). Sum of RGB (Red+Green+Blue) = 205+219+25=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 25 (10.16% from 255 or 5.57% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDB19 is #3224E6. Grayscale: #C1C1C1. Windows color (decimal): -3286247 or 1694669. OLE color: 1694669.
HSL color Cylindrical-coordinate representation of color #CDDB19: hue angle of 64.33º 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 #CDDB19 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 25 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.14 |
| HSL | 64.33º | 0.8% | 0.48% | - |
| HSV(B) | 64.33º | 0.89% | 0.86% | - |
| XYZ | 50.68 | 63.71 | 10.55 | - |
| YUV | 192.7 | 33.36 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 25 | 0.06 | 0 | 0.89 | 0.14 | 64.33 | 0.8 | 0.48 |
| Hex | CD | DB | 19 | 6 | 0 | 59 | E | 40 | 50 | 30 |
| Octal | 315 | 333 | 31 | 6 | 0 | 131 | 16 | 100 | 120 | 60 |
| Binary | 11001101 | 11011011 | 11001 | 110 | 0 | 1011001 | 1110 | 1000000 | 1010000 | 110000 |
Color Harmonies of #CDDB19
Complementary color
Monochromatic Colors of #CDDB19
Black with #CDDB19
Text Example
Text Example
White with #CDDB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB19; }
p { color: rgb(205,219,25); }
H1.HeaderClassName
{
color: #CDDB19;
}
.AnyTagClassName
{
color: #CDDB19;
}
</style>
background-color css
<style>
a { background-color: #CDDB19; }
a { background-color: rgb(205,219,25); }
div.DivClassName
{
background-color: #CDDB19;
}
.BgClassName
{
background-color: #CDDB19;
}
</style>
border-color css
<style>
span { border-color: #CDDB19; }
span { border-color: rgb(205,219,25); }
td.TdClassName
{
border-color: #CDDB19;
}
.TagClassName
{
border-color: #CDDB19;
}
</style>