Shades of Confetti #DAD149
Tints of Confetti #DAD149
RGB
CMYK
RGB Variations
Color information
#DAD149 (or 0xDAD149) is known color: Confetti. HEX triplet: DA, D1 and 49. RGB value is (218,209,73). Sum of RGB (Red+Green+Blue) = 218+209+73=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD149 is #252EB6. Grayscale: #C4C4C4. Windows color (decimal): -2436791 or 4837850. OLE color: 4837850.
HSL color Cylindrical-coordinate representation of color #DAD149: hue angle of 56.28º 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 #DAD149 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 73 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.15 |
| HSL | 56.28º | 0.66% | 0.57% | - |
| HSV(B) | 56.28º | 0.67% | 0.85% | - |
| XYZ | 52.92 | 60.99 | 15.29 | - |
| YUV | 196.19 | 58.48 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 73 | 0 | 0.04 | 0.67 | 0.15 | 56.28 | 0.66 | 0.57 |
| Hex | DA | D1 | 49 | 0 | 4 | 43 | F | 38 | 42 | 39 |
| Octal | 332 | 321 | 111 | 0 | 4 | 103 | 17 | 70 | 102 | 71 |
| Binary | 11011010 | 11010001 | 1001001 | 0 | 100 | 1000011 | 1111 | 111000 | 1000010 | 111001 |
Color Harmonies of #DAD149
Complementary color
Monochromatic Colors of #DAD149
Black with #DAD149
Text Example
Text Example
White with #DAD149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD149; }
p { color: rgb(218,209,73); }
H1.HeaderClassName
{
color: #DAD149;
}
.AnyTagClassName
{
color: #DAD149;
}
</style>
background-color css
<style>
a { background-color: #DAD149; }
a { background-color: rgb(218,209,73); }
div.DivClassName
{
background-color: #DAD149;
}
.BgClassName
{
background-color: #DAD149;
}
</style>
border-color css
<style>
span { border-color: #DAD149; }
span { border-color: rgb(218,209,73); }
td.TdClassName
{
border-color: #DAD149;
}
.TagClassName
{
border-color: #DAD149;
}
</style>