Shades of Confetti #DBCF42
Tints of Confetti #DBCF42
RGB
CMYK
RGB Variations
Color information
#DBCF42 (or 0xDBCF42) is known color: Confetti. HEX triplet: DB, CF and 42. RGB value is (219,207,66). Sum of RGB (Red+Green+Blue) = 219+207+66=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 66 (26.17% from 255 or 13.41% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCF42 is #2430BD. Grayscale: #C3C3C3. Windows color (decimal): -2371774 or 4378587. OLE color: 4378587.
HSL color Cylindrical-coordinate representation of color #DBCF42: hue angle of 55.29º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBCF42 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 66 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.14 |
| HSL | 55.29º | 0.68% | 0.56% | - |
| HSV(B) | 55.29º | 0.7% | 0.86% | - |
| XYZ | 52.51 | 60.08 | 13.98 | - |
| YUV | 194.51 | 55.48 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 66 | 0 | 0.05 | 0.70 | 0.14 | 55.29 | 0.68 | 0.56 |
| Hex | DB | CF | 42 | 0 | 5 | 46 | E | 37 | 44 | 38 |
| Octal | 333 | 317 | 102 | 0 | 5 | 106 | 16 | 67 | 104 | 70 |
| Binary | 11011011 | 11001111 | 1000010 | 0 | 101 | 1000110 | 1110 | 110111 | 1000100 | 111000 |
Color Harmonies of #DBCF42
Complementary color
Monochromatic Colors of #DBCF42
Black with #DBCF42
Text Example
Text Example
White with #DBCF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF42; }
p { color: rgb(219,207,66); }
H1.HeaderClassName
{
color: #DBCF42;
}
.AnyTagClassName
{
color: #DBCF42;
}
</style>
background-color css
<style>
a { background-color: #DBCF42; }
a { background-color: rgb(219,207,66); }
div.DivClassName
{
background-color: #DBCF42;
}
.BgClassName
{
background-color: #DBCF42;
}
</style>
border-color css
<style>
span { border-color: #DBCF42; }
span { border-color: rgb(219,207,66); }
td.TdClassName
{
border-color: #DBCF42;
}
.TagClassName
{
border-color: #DBCF42;
}
</style>