Shades of Confetti #DAC048
Tints of Confetti #DAC048
RGB
CMYK
RGB Variations
Color information
#DAC048 (or 0xDAC048) is known color: Confetti. HEX triplet: DA, C0 and 48. RGB value is (218,192,72). Sum of RGB (Red+Green+Blue) = 218+192+72=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 72 (28.52% from 255 or 14.94% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC048 is #253FB7. Grayscale: #BABABA. Windows color (decimal): -2441144 or 4767962. OLE color: 4767962.
HSL color Cylindrical-coordinate representation of color #DAC048: hue angle of 49.32º 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 #DAC048 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 72 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.15 |
| HSL | 49.32º | 0.66% | 0.57% | - |
| HSV(B) | 49.32º | 0.67% | 0.85% | - |
| XYZ | 48.93 | 53.07 | 13.8 | - |
| YUV | 186.09 | 63.61 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 72 | 0 | 0.12 | 0.67 | 0.15 | 49.32 | 0.66 | 0.57 |
| Hex | DA | C0 | 48 | 0 | C | 43 | F | 31 | 42 | 39 |
| Octal | 332 | 300 | 110 | 0 | 14 | 103 | 17 | 61 | 102 | 71 |
| Binary | 11011010 | 11000000 | 1001000 | 0 | 1100 | 1000011 | 1111 | 110001 | 1000010 | 111001 |
Color Harmonies of #DAC048
Complementary color
Monochromatic Colors of #DAC048
Black with #DAC048
Text Example
Text Example
White with #DAC048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC048; }
p { color: rgb(218,192,72); }
H1.HeaderClassName
{
color: #DAC048;
}
.AnyTagClassName
{
color: #DAC048;
}
</style>
background-color css
<style>
a { background-color: #DAC048; }
a { background-color: rgb(218,192,72); }
div.DivClassName
{
background-color: #DAC048;
}
.BgClassName
{
background-color: #DAC048;
}
</style>
border-color css
<style>
span { border-color: #DAC048; }
span { border-color: rgb(218,192,72); }
td.TdClassName
{
border-color: #DAC048;
}
.TagClassName
{
border-color: #DAC048;
}
</style>