Shades of Confetti #DAD846
Tints of Confetti #DAD846
RGB
CMYK
RGB Variations
Color information
#DAD846 (or 0xDAD846) is known color: Confetti. HEX triplet: DA, D8 and 46. RGB value is (218,216,70). Sum of RGB (Red+Green+Blue) = 218+216+70=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 70 (27.73% from 255 or 13.89% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD846 is #2527B9. Grayscale: #C8C8C8. Windows color (decimal): -2435002 or 4643034. OLE color: 4643034.
HSL color Cylindrical-coordinate representation of color #DAD846: hue angle of 59.19º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAD846 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 70 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.15 |
| HSL | 59.19º | 0.67% | 0.56% | - |
| HSV(B) | 59.19º | 0.68% | 0.85% | - |
| XYZ | 54.57 | 64.46 | 15.36 | - |
| YUV | 199.95 | 54.66 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 70 | 0 | 0.01 | 0.68 | 0.15 | 59.19 | 0.67 | 0.56 |
| Hex | DA | D8 | 46 | 0 | 1 | 44 | F | 3B | 43 | 38 |
| Octal | 332 | 330 | 106 | 0 | 1 | 104 | 17 | 73 | 103 | 70 |
| Binary | 11011010 | 11011000 | 1000110 | 0 | 1 | 1000100 | 1111 | 111011 | 1000011 | 111000 |
Color Harmonies of #DAD846
Complementary color
Monochromatic Colors of #DAD846
Black with #DAD846
Text Example
Text Example
White with #DAD846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD846; }
p { color: rgb(218,216,70); }
H1.HeaderClassName
{
color: #DAD846;
}
.AnyTagClassName
{
color: #DAD846;
}
</style>
background-color css
<style>
a { background-color: #DAD846; }
a { background-color: rgb(218,216,70); }
div.DivClassName
{
background-color: #DAD846;
}
.BgClassName
{
background-color: #DAD846;
}
</style>
border-color css
<style>
span { border-color: #DAD846; }
span { border-color: rgb(218,216,70); }
td.TdClassName
{
border-color: #DAD846;
}
.TagClassName
{
border-color: #DAD846;
}
</style>