Shades of Confetti #DBD04F
Tints of Confetti #DBD04F
RGB
CMYK
RGB Variations
Color information
#DBD04F (or 0xDBD04F) is known color: Confetti. HEX triplet: DB, D0 and 4F. RGB value is (219,208,79). Sum of RGB (Red+Green+Blue) = 219+208+79=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 79 (31.25% from 255 or 15.61% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD04F is #242FB0. Grayscale: #C5C5C5. Windows color (decimal): -2371505 or 5230811. OLE color: 5230811.
HSL color Cylindrical-coordinate representation of color #DBD04F: hue angle of 55.29º 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 #DBD04F is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 79 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.14 |
| HSL | 55.29º | 0.66% | 0.58% | - |
| HSV(B) | 55.29º | 0.64% | 0.86% | - |
| XYZ | 53.18 | 60.74 | 16.32 | - |
| YUV | 196.58 | 61.64 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 79 | 0 | 0.05 | 0.64 | 0.14 | 55.29 | 0.66 | 0.58 |
| Hex | DB | D0 | 4F | 0 | 5 | 40 | E | 37 | 42 | 3A |
| Octal | 333 | 320 | 117 | 0 | 5 | 100 | 16 | 67 | 102 | 72 |
| Binary | 11011011 | 11010000 | 1001111 | 0 | 101 | 1000000 | 1110 | 110111 | 1000010 | 111010 |
Color Harmonies of #DBD04F
Complementary color
Monochromatic Colors of #DBD04F
Black with #DBD04F
Text Example
Text Example
White with #DBD04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD04F; }
p { color: rgb(219,208,79); }
H1.HeaderClassName
{
color: #DBD04F;
}
.AnyTagClassName
{
color: #DBD04F;
}
</style>
background-color css
<style>
a { background-color: #DBD04F; }
a { background-color: rgb(219,208,79); }
div.DivClassName
{
background-color: #DBD04F;
}
.BgClassName
{
background-color: #DBD04F;
}
</style>
border-color css
<style>
span { border-color: #DBD04F; }
span { border-color: rgb(219,208,79); }
td.TdClassName
{
border-color: #DBD04F;
}
.TagClassName
{
border-color: #DBD04F;
}
</style>