Shades of Confetti #DAC24E
Tints of Confetti #DAC24E
RGB
CMYK
RGB Variations
Color information
#DAC24E (or 0xDAC24E) is known color: Confetti. HEX triplet: DA, C2 and 4E. RGB value is (218,194,78). Sum of RGB (Red+Green+Blue) = 218+194+78=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 78 (30.86% from 255 or 15.92% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC24E is #253DB1. Grayscale: #BCBCBC. Windows color (decimal): -2440626 or 5161690. OLE color: 5161690.
HSL color Cylindrical-coordinate representation of color #DAC24E: hue angle of 49.71º 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 #DAC24E is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 78 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.15 |
| HSL | 49.71º | 0.65% | 0.58% | - |
| HSV(B) | 49.71º | 0.64% | 0.85% | - |
| XYZ | 49.58 | 54.04 | 15.03 | - |
| YUV | 187.95 | 65.95 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 78 | 0 | 0.11 | 0.64 | 0.15 | 49.71 | 0.65 | 0.58 |
| Hex | DA | C2 | 4E | 0 | B | 40 | F | 32 | 41 | 3A |
| Octal | 332 | 302 | 116 | 0 | 13 | 100 | 17 | 62 | 101 | 72 |
| Binary | 11011010 | 11000010 | 1001110 | 0 | 1011 | 1000000 | 1111 | 110010 | 1000001 | 111010 |
Color Harmonies of #DAC24E
Complementary color
Monochromatic Colors of #DAC24E
Black with #DAC24E
Text Example
Text Example
White with #DAC24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC24E; }
p { color: rgb(218,194,78); }
H1.HeaderClassName
{
color: #DAC24E;
}
.AnyTagClassName
{
color: #DAC24E;
}
</style>
background-color css
<style>
a { background-color: #DAC24E; }
a { background-color: rgb(218,194,78); }
div.DivClassName
{
background-color: #DAC24E;
}
.BgClassName
{
background-color: #DAC24E;
}
</style>
border-color css
<style>
span { border-color: #DAC24E; }
span { border-color: rgb(218,194,78); }
td.TdClassName
{
border-color: #DAC24E;
}
.TagClassName
{
border-color: #DAC24E;
}
</style>