Shades of Confetti #DAC047
Tints of Confetti #DAC047
RGB
CMYK
RGB Variations
Color information
#DAC047 (or 0xDAC047) is known color: Confetti. HEX triplet: DA, C0 and 47. RGB value is (218,192,71). Sum of RGB (Red+Green+Blue) = 218+192+71=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 71 (28.12% from 255 or 14.76% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC047 is #253FB8. Grayscale: #BABABA. Windows color (decimal): -2441145 or 4702426. OLE color: 4702426.
HSL color Cylindrical-coordinate representation of color #DAC047: hue angle of 49.39º degrees, saturation: 0.67, 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 #DAC047 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 71 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.15 |
| HSL | 49.39º | 0.67% | 0.57% | - |
| HSV(B) | 49.39º | 0.67% | 0.85% | - |
| XYZ | 48.9 | 53.06 | 13.63 | - |
| YUV | 185.98 | 63.11 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 71 | 0 | 0.12 | 0.67 | 0.15 | 49.39 | 0.67 | 0.57 |
| Hex | DA | C0 | 47 | 0 | C | 43 | F | 31 | 43 | 39 |
| Octal | 332 | 300 | 107 | 0 | 14 | 103 | 17 | 61 | 103 | 71 |
| Binary | 11011010 | 11000000 | 1000111 | 0 | 1100 | 1000011 | 1111 | 110001 | 1000011 | 111001 |
Color Harmonies of #DAC047
Complementary color
Monochromatic Colors of #DAC047
Black with #DAC047
Text Example
Text Example
White with #DAC047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC047; }
p { color: rgb(218,192,71); }
H1.HeaderClassName
{
color: #DAC047;
}
.AnyTagClassName
{
color: #DAC047;
}
</style>
background-color css
<style>
a { background-color: #DAC047; }
a { background-color: rgb(218,192,71); }
div.DivClassName
{
background-color: #DAC047;
}
.BgClassName
{
background-color: #DAC047;
}
</style>
border-color css
<style>
span { border-color: #DAC047; }
span { border-color: rgb(218,192,71); }
td.TdClassName
{
border-color: #DAC047;
}
.TagClassName
{
border-color: #DAC047;
}
</style>