Shades of Confetti #DBD04D
Tints of Confetti #DBD04D
RGB
CMYK
RGB Variations
Color information
#DBD04D (or 0xDBD04D) is known color: Confetti. HEX triplet: DB, D0 and 4D. RGB value is (219,208,77). Sum of RGB (Red+Green+Blue) = 219+208+77=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD04D is #242FB2. Grayscale: #C4C4C4. Windows color (decimal): -2371507 or 5099739. OLE color: 5099739.
HSL color Cylindrical-coordinate representation of color #DBD04D: hue angle of 55.35º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBD04D is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 77 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.14 |
| HSL | 55.35º | 0.66% | 0.58% | - |
| HSV(B) | 55.35º | 0.65% | 0.86% | - |
| XYZ | 53.11 | 60.71 | 15.94 | - |
| YUV | 196.36 | 60.64 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 77 | 0 | 0.05 | 0.65 | 0.14 | 55.35 | 0.66 | 0.58 |
| Hex | DB | D0 | 4D | 0 | 5 | 41 | E | 37 | 42 | 3A |
| Octal | 333 | 320 | 115 | 0 | 5 | 101 | 16 | 67 | 102 | 72 |
| Binary | 11011011 | 11010000 | 1001101 | 0 | 101 | 1000001 | 1110 | 110111 | 1000010 | 111010 |
Color Harmonies of #DBD04D
Complementary color
Monochromatic Colors of #DBD04D
Black with #DBD04D
Text Example
Text Example
White with #DBD04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD04D; }
p { color: rgb(219,208,77); }
H1.HeaderClassName
{
color: #DBD04D;
}
.AnyTagClassName
{
color: #DBD04D;
}
</style>
background-color css
<style>
a { background-color: #DBD04D; }
a { background-color: rgb(219,208,77); }
div.DivClassName
{
background-color: #DBD04D;
}
.BgClassName
{
background-color: #DBD04D;
}
</style>
border-color css
<style>
span { border-color: #DBD04D; }
span { border-color: rgb(219,208,77); }
td.TdClassName
{
border-color: #DBD04D;
}
.TagClassName
{
border-color: #DBD04D;
}
</style>