Shades of Confetti #DAD049
Tints of Confetti #DAD049
RGB
CMYK
RGB Variations
Color information
#DAD049 (or 0xDAD049) is known color: Confetti. HEX triplet: DA, D0 and 49. RGB value is (218,208,73). Sum of RGB (Red+Green+Blue) = 218+208+73=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 73 (28.91% from 255 or 14.63% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD049 is #252FB6. Grayscale: #C4C4C4. Windows color (decimal): -2437047 or 4837594. OLE color: 4837594.
HSL color Cylindrical-coordinate representation of color #DAD049: hue angle of 55.86º 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 #DAD049 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 208 | 73 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.15 |
| HSL | 55.86º | 0.66% | 0.57% | - |
| HSV(B) | 55.86º | 0.67% | 0.85% | - |
| XYZ | 52.67 | 60.5 | 15.2 | - |
| YUV | 195.6 | 58.81 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 208 | 73 | 0 | 0.05 | 0.67 | 0.15 | 55.86 | 0.66 | 0.57 |
| Hex | DA | D0 | 49 | 0 | 5 | 43 | F | 38 | 42 | 39 |
| Octal | 332 | 320 | 111 | 0 | 5 | 103 | 17 | 70 | 102 | 71 |
| Binary | 11011010 | 11010000 | 1001001 | 0 | 101 | 1000011 | 1111 | 111000 | 1000010 | 111001 |
Color Harmonies of #DAD049
Complementary color
Monochromatic Colors of #DAD049
Black with #DAD049
Text Example
Text Example
White with #DAD049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD049; }
p { color: rgb(218,208,73); }
H1.HeaderClassName
{
color: #DAD049;
}
.AnyTagClassName
{
color: #DAD049;
}
</style>
background-color css
<style>
a { background-color: #DAD049; }
a { background-color: rgb(218,208,73); }
div.DivClassName
{
background-color: #DAD049;
}
.BgClassName
{
background-color: #DAD049;
}
</style>
border-color css
<style>
span { border-color: #DAD049; }
span { border-color: rgb(218,208,73); }
td.TdClassName
{
border-color: #DAD049;
}
.TagClassName
{
border-color: #DAD049;
}
</style>