Shades of Confetti #DAC24D
Tints of Confetti #DAC24D
RGB
CMYK
RGB Variations
Color information
#DAC24D (or 0xDAC24D) is known color: Confetti. HEX triplet: DA, C2 and 4D. RGB value is (218,194,77). Sum of RGB (Red+Green+Blue) = 218+194+77=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC24D is #253DB2. Grayscale: #BCBCBC. Windows color (decimal): -2440627 or 5096154. OLE color: 5096154.
HSL color Cylindrical-coordinate representation of color #DAC24D: hue angle of 49.79º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAC24D is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 77 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.15 |
| HSL | 49.79º | 0.66% | 0.58% | - |
| HSV(B) | 49.79º | 0.65% | 0.85% | - |
| XYZ | 49.54 | 54.02 | 14.84 | - |
| YUV | 187.84 | 65.45 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 77 | 0 | 0.11 | 0.65 | 0.15 | 49.79 | 0.66 | 0.58 |
| Hex | DA | C2 | 4D | 0 | B | 41 | F | 32 | 42 | 3A |
| Octal | 332 | 302 | 115 | 0 | 13 | 101 | 17 | 62 | 102 | 72 |
| Binary | 11011010 | 11000010 | 1001101 | 0 | 1011 | 1000001 | 1111 | 110010 | 1000010 | 111010 |
Color Harmonies of #DAC24D
Complementary color
Monochromatic Colors of #DAC24D
Black with #DAC24D
Text Example
Text Example
White with #DAC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC24D; }
p { color: rgb(218,194,77); }
H1.HeaderClassName
{
color: #DAC24D;
}
.AnyTagClassName
{
color: #DAC24D;
}
</style>
background-color css
<style>
a { background-color: #DAC24D; }
a { background-color: rgb(218,194,77); }
div.DivClassName
{
background-color: #DAC24D;
}
.BgClassName
{
background-color: #DAC24D;
}
</style>
border-color css
<style>
span { border-color: #DAC24D; }
span { border-color: rgb(218,194,77); }
td.TdClassName
{
border-color: #DAC24D;
}
.TagClassName
{
border-color: #DAC24D;
}
</style>