Shades of Confetti #DAC04E
Tints of Confetti #DAC04E
RGB
CMYK
RGB Variations
Color information
#DAC04E (or 0xDAC04E) is known color: Confetti. HEX triplet: DA, C0 and 4E. RGB value is (218,192,78). Sum of RGB (Red+Green+Blue) = 218+192+78=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 78 (30.86% from 255 or 15.98% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC04E is #253FB1. Grayscale: #BBBBBB. Windows color (decimal): -2441138 or 5161178. OLE color: 5161178.
HSL color Cylindrical-coordinate representation of color #DAC04E: hue angle of 48.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAC04E is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 78 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.15 |
| HSL | 48.86º | 0.65% | 0.58% | - |
| HSV(B) | 48.86º | 0.64% | 0.85% | - |
| XYZ | 49.14 | 53.15 | 14.88 | - |
| YUV | 186.78 | 66.61 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 78 | 0 | 0.12 | 0.64 | 0.15 | 48.86 | 0.65 | 0.58 |
| Hex | DA | C0 | 4E | 0 | C | 40 | F | 31 | 41 | 3A |
| Octal | 332 | 300 | 116 | 0 | 14 | 100 | 17 | 61 | 101 | 72 |
| Binary | 11011010 | 11000000 | 1001110 | 0 | 1100 | 1000000 | 1111 | 110001 | 1000001 | 111010 |
Color Harmonies of #DAC04E
Complementary color
Monochromatic Colors of #DAC04E
Black with #DAC04E
Text Example
Text Example
White with #DAC04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC04E; }
p { color: rgb(218,192,78); }
H1.HeaderClassName
{
color: #DAC04E;
}
.AnyTagClassName
{
color: #DAC04E;
}
</style>
background-color css
<style>
a { background-color: #DAC04E; }
a { background-color: rgb(218,192,78); }
div.DivClassName
{
background-color: #DAC04E;
}
.BgClassName
{
background-color: #DAC04E;
}
</style>
border-color css
<style>
span { border-color: #DAC04E; }
span { border-color: rgb(218,192,78); }
td.TdClassName
{
border-color: #DAC04E;
}
.TagClassName
{
border-color: #DAC04E;
}
</style>