Shades of Confetti #DBD24F
Tints of Confetti #DBD24F
RGB
CMYK
RGB Variations
Color information
#DBD24F (or 0xDBD24F) is known color: Confetti. HEX triplet: DB, D2 and 4F. RGB value is (219,210,79). Sum of RGB (Red+Green+Blue) = 219+210+79=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 79 (31.25% from 255 or 15.55% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD24F is #242DB0. Grayscale: #C6C6C6. Windows color (decimal): -2370993 or 5231323. OLE color: 5231323.
HSL color Cylindrical-coordinate representation of color #DBD24F: hue angle of 56.14º 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 #DBD24F is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 79 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.14 |
| HSL | 56.14º | 0.66% | 0.58% | - |
| HSV(B) | 56.14º | 0.64% | 0.86% | - |
| XYZ | 53.67 | 61.72 | 16.48 | - |
| YUV | 197.76 | 60.98 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 79 | 0 | 0.04 | 0.64 | 0.14 | 56.14 | 0.66 | 0.58 |
| Hex | DB | D2 | 4F | 0 | 4 | 40 | E | 38 | 42 | 3A |
| Octal | 333 | 322 | 117 | 0 | 4 | 100 | 16 | 70 | 102 | 72 |
| Binary | 11011011 | 11010010 | 1001111 | 0 | 100 | 1000000 | 1110 | 111000 | 1000010 | 111010 |
Color Harmonies of #DBD24F
Complementary color
Monochromatic Colors of #DBD24F
Black with #DBD24F
Text Example
Text Example
White with #DBD24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD24F; }
p { color: rgb(219,210,79); }
H1.HeaderClassName
{
color: #DBD24F;
}
.AnyTagClassName
{
color: #DBD24F;
}
</style>
background-color css
<style>
a { background-color: #DBD24F; }
a { background-color: rgb(219,210,79); }
div.DivClassName
{
background-color: #DBD24F;
}
.BgClassName
{
background-color: #DBD24F;
}
</style>
border-color css
<style>
span { border-color: #DBD24F; }
span { border-color: rgb(219,210,79); }
td.TdClassName
{
border-color: #DBD24F;
}
.TagClassName
{
border-color: #DBD24F;
}
</style>