Shades of Confetti #DAC249
Tints of Confetti #DAC249
RGB
CMYK
RGB Variations
Color information
#DAC249 (or 0xDAC249) is known color: Confetti. HEX triplet: DA, C2 and 49. RGB value is (218,194,73). Sum of RGB (Red+Green+Blue) = 218+194+73=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC249 is #253DB6. Grayscale: #BBBBBB. Windows color (decimal): -2440631 or 4834010. OLE color: 4834010.
HSL color Cylindrical-coordinate representation of color #DAC249: hue angle of 50.07º 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 #DAC249 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 73 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.15 |
| HSL | 50.07º | 0.66% | 0.57% | - |
| HSV(B) | 50.07º | 0.67% | 0.85% | - |
| XYZ | 49.41 | 53.97 | 14.12 | - |
| YUV | 187.38 | 63.45 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 73 | 0 | 0.11 | 0.67 | 0.15 | 50.07 | 0.66 | 0.57 |
| Hex | DA | C2 | 49 | 0 | B | 43 | F | 32 | 42 | 39 |
| Octal | 332 | 302 | 111 | 0 | 13 | 103 | 17 | 62 | 102 | 71 |
| Binary | 11011010 | 11000010 | 1001001 | 0 | 1011 | 1000011 | 1111 | 110010 | 1000010 | 111001 |
Color Harmonies of #DAC249
Complementary color
Monochromatic Colors of #DAC249
Black with #DAC249
Text Example
Text Example
White with #DAC249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC249; }
p { color: rgb(218,194,73); }
H1.HeaderClassName
{
color: #DAC249;
}
.AnyTagClassName
{
color: #DAC249;
}
</style>
background-color css
<style>
a { background-color: #DAC249; }
a { background-color: rgb(218,194,73); }
div.DivClassName
{
background-color: #DAC249;
}
.BgClassName
{
background-color: #DAC249;
}
</style>
border-color css
<style>
span { border-color: #DAC249; }
span { border-color: rgb(218,194,73); }
td.TdClassName
{
border-color: #DAC249;
}
.TagClassName
{
border-color: #DAC249;
}
</style>