Shades of Confetti #DBCE4A
Tints of Confetti #DBCE4A
RGB
CMYK
RGB Variations
Color information
#DBCE4A (or 0xDBCE4A) is known color: Confetti. HEX triplet: DB, CE and 4A. RGB value is (219,206,74). Sum of RGB (Red+Green+Blue) = 219+206+74=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCE4A is #2431B5. Grayscale: #C3C3C3. Windows color (decimal): -2372022 or 4902619. OLE color: 4902619.
HSL color Cylindrical-coordinate representation of color #DBCE4A: hue angle of 54.62º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBCE4A is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 74 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.14 |
| HSL | 54.62º | 0.67% | 0.57% | - |
| HSV(B) | 54.62º | 0.66% | 0.86% | - |
| XYZ | 52.52 | 59.7 | 15.23 | - |
| YUV | 194.84 | 59.81 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 74 | 0 | 0.06 | 0.66 | 0.14 | 54.62 | 0.67 | 0.57 |
| Hex | DB | CE | 4A | 0 | 6 | 42 | E | 37 | 43 | 39 |
| Octal | 333 | 316 | 112 | 0 | 6 | 102 | 16 | 67 | 103 | 71 |
| Binary | 11011011 | 11001110 | 1001010 | 0 | 110 | 1000010 | 1110 | 110111 | 1000011 | 111001 |
Color Harmonies of #DBCE4A
Complementary color
Monochromatic Colors of #DBCE4A
Black with #DBCE4A
Text Example
Text Example
White with #DBCE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE4A; }
p { color: rgb(219,206,74); }
H1.HeaderClassName
{
color: #DBCE4A;
}
.AnyTagClassName
{
color: #DBCE4A;
}
</style>
background-color css
<style>
a { background-color: #DBCE4A; }
a { background-color: rgb(219,206,74); }
div.DivClassName
{
background-color: #DBCE4A;
}
.BgClassName
{
background-color: #DBCE4A;
}
</style>
border-color css
<style>
span { border-color: #DBCE4A; }
span { border-color: rgb(219,206,74); }
td.TdClassName
{
border-color: #DBCE4A;
}
.TagClassName
{
border-color: #DBCE4A;
}
</style>