Shades of Confetti #DAD249
Tints of Confetti #DAD249
RGB
CMYK
RGB Variations
Color information
#DAD249 (or 0xDAD249) is known color: Confetti. HEX triplet: DA, D2 and 49. RGB value is (218,210,73). Sum of RGB (Red+Green+Blue) = 218+210+73=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 73 (28.91% from 255 or 14.57% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD249 is #252DB6. Grayscale: #C5C5C5. Windows color (decimal): -2436535 or 4838106. OLE color: 4838106.
HSL color Cylindrical-coordinate representation of color #DAD249: hue angle of 56.69º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAD249 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 73 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.15 |
| HSL | 56.69º | 0.66% | 0.57% | - |
| HSV(B) | 56.69º | 0.67% | 0.85% | - |
| XYZ | 53.16 | 61.48 | 15.37 | - |
| YUV | 196.77 | 58.15 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 73 | 0 | 0.04 | 0.67 | 0.15 | 56.69 | 0.66 | 0.57 |
| Hex | DA | D2 | 49 | 0 | 4 | 43 | F | 39 | 42 | 39 |
| Octal | 332 | 322 | 111 | 0 | 4 | 103 | 17 | 71 | 102 | 71 |
| Binary | 11011010 | 11010010 | 1001001 | 0 | 100 | 1000011 | 1111 | 111001 | 1000010 | 111001 |
Color Harmonies of #DAD249
Complementary color
Monochromatic Colors of #DAD249
Black with #DAD249
Text Example
Text Example
White with #DAD249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD249; }
p { color: rgb(218,210,73); }
H1.HeaderClassName
{
color: #DAD249;
}
.AnyTagClassName
{
color: #DAD249;
}
</style>
background-color css
<style>
a { background-color: #DAD249; }
a { background-color: rgb(218,210,73); }
div.DivClassName
{
background-color: #DAD249;
}
.BgClassName
{
background-color: #DAD249;
}
</style>
border-color css
<style>
span { border-color: #DAD249; }
span { border-color: rgb(218,210,73); }
td.TdClassName
{
border-color: #DAD249;
}
.TagClassName
{
border-color: #DAD249;
}
</style>