Shades of Confetti #DBD244
Tints of Confetti #DBD244
RGB
CMYK
RGB Variations
Color information
#DBD244 (or 0xDBD244) is known color: Confetti. HEX triplet: DB, D2 and 44. RGB value is (219,210,68). Sum of RGB (Red+Green+Blue) = 219+210+68=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 68 (26.95% from 255 or 13.68% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD244 is #242DBB. Grayscale: #C5C5C5. Windows color (decimal): -2371004 or 4510427. OLE color: 4510427.
HSL color Cylindrical-coordinate representation of color #DBD244: hue angle of 56.42º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBD244 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 68 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.14 |
| HSL | 56.42º | 0.68% | 0.56% | - |
| HSV(B) | 56.42º | 0.69% | 0.86% | - |
| XYZ | 53.3 | 61.57 | 14.54 | - |
| YUV | 196.5 | 55.48 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 68 | 0 | 0.04 | 0.69 | 0.14 | 56.42 | 0.68 | 0.56 |
| Hex | DB | D2 | 44 | 0 | 4 | 45 | E | 38 | 44 | 38 |
| Octal | 333 | 322 | 104 | 0 | 4 | 105 | 16 | 70 | 104 | 70 |
| Binary | 11011011 | 11010010 | 1000100 | 0 | 100 | 1000101 | 1110 | 111000 | 1000100 | 111000 |
Color Harmonies of #DBD244
Complementary color
Monochromatic Colors of #DBD244
Black with #DBD244
Text Example
Text Example
White with #DBD244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD244; }
p { color: rgb(219,210,68); }
H1.HeaderClassName
{
color: #DBD244;
}
.AnyTagClassName
{
color: #DBD244;
}
</style>
background-color css
<style>
a { background-color: #DBD244; }
a { background-color: rgb(219,210,68); }
div.DivClassName
{
background-color: #DBD244;
}
.BgClassName
{
background-color: #DBD244;
}
</style>
border-color css
<style>
span { border-color: #DBD244; }
span { border-color: rgb(219,210,68); }
td.TdClassName
{
border-color: #DBD244;
}
.TagClassName
{
border-color: #DBD244;
}
</style>