Shades of Confetti #DACD51
Tints of Confetti #DACD51
RGB
CMYK
RGB Variations
Color information
#DACD51 (or 0xDACD51) is known color: Confetti. HEX triplet: DA, CD and 51. RGB value is (218,205,81). Sum of RGB (Red+Green+Blue) = 218+205+81=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 81 (32.03% from 255 or 16.07% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACD51 is #2532AE. Grayscale: #C3C3C3. Windows color (decimal): -2437807 or 5361114. OLE color: 5361114.
HSL color Cylindrical-coordinate representation of color #DACD51: hue angle of 54.31º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DACD51 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 81 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.15 |
| HSL | 54.31º | 0.65% | 0.59% | - |
| HSV(B) | 54.31º | 0.63% | 0.85% | - |
| XYZ | 52.23 | 59.16 | 16.45 | - |
| YUV | 194.75 | 63.81 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 81 | 0 | 0.06 | 0.63 | 0.15 | 54.31 | 0.65 | 0.59 |
| Hex | DA | CD | 51 | 0 | 6 | 3F | F | 36 | 41 | 3B |
| Octal | 332 | 315 | 121 | 0 | 6 | 77 | 17 | 66 | 101 | 73 |
| Binary | 11011010 | 11001101 | 1010001 | 0 | 110 | 111111 | 1111 | 110110 | 1000001 | 111011 |
Color Harmonies of #DACD51
Complementary color
Monochromatic Colors of #DACD51
Black with #DACD51
Text Example
Text Example
White with #DACD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACD51; }
p { color: rgb(218,205,81); }
H1.HeaderClassName
{
color: #DACD51;
}
.AnyTagClassName
{
color: #DACD51;
}
</style>
background-color css
<style>
a { background-color: #DACD51; }
a { background-color: rgb(218,205,81); }
div.DivClassName
{
background-color: #DACD51;
}
.BgClassName
{
background-color: #DACD51;
}
</style>
border-color css
<style>
span { border-color: #DACD51; }
span { border-color: rgb(218,205,81); }
td.TdClassName
{
border-color: #DACD51;
}
.TagClassName
{
border-color: #DACD51;
}
</style>