Shades of Confetti #DBD04E
Tints of Confetti #DBD04E
RGB
CMYK
RGB Variations
Color information
#DBD04E (or 0xDBD04E) is known color: Confetti. HEX triplet: DB, D0 and 4E. RGB value is (219,208,78). Sum of RGB (Red+Green+Blue) = 219+208+78=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 78 (30.86% from 255 or 15.45% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD04E is #242FB1. Grayscale: #C5C5C5. Windows color (decimal): -2371506 or 5165275. OLE color: 5165275.
HSL color Cylindrical-coordinate representation of color #DBD04E: hue angle of 55.32º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBD04E is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 78 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.14 |
| HSL | 55.32º | 0.66% | 0.58% | - |
| HSV(B) | 55.32º | 0.64% | 0.86% | - |
| XYZ | 53.14 | 60.72 | 16.13 | - |
| YUV | 196.47 | 61.14 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 78 | 0 | 0.05 | 0.64 | 0.14 | 55.32 | 0.66 | 0.58 |
| Hex | DB | D0 | 4E | 0 | 5 | 40 | E | 37 | 42 | 3A |
| Octal | 333 | 320 | 116 | 0 | 5 | 100 | 16 | 67 | 102 | 72 |
| Binary | 11011011 | 11010000 | 1001110 | 0 | 101 | 1000000 | 1110 | 110111 | 1000010 | 111010 |
Color Harmonies of #DBD04E
Complementary color
Monochromatic Colors of #DBD04E
Black with #DBD04E
Text Example
Text Example
White with #DBD04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD04E; }
p { color: rgb(219,208,78); }
H1.HeaderClassName
{
color: #DBD04E;
}
.AnyTagClassName
{
color: #DBD04E;
}
</style>
background-color css
<style>
a { background-color: #DBD04E; }
a { background-color: rgb(219,208,78); }
div.DivClassName
{
background-color: #DBD04E;
}
.BgClassName
{
background-color: #DBD04E;
}
</style>
border-color css
<style>
span { border-color: #DBD04E; }
span { border-color: rgb(219,208,78); }
td.TdClassName
{
border-color: #DBD04E;
}
.TagClassName
{
border-color: #DBD04E;
}
</style>