Shades of Confetti #DAC854
Tints of Confetti #DAC854
RGB
CMYK
RGB Variations
Color information
#DAC854 (or 0xDAC854) is known color: Confetti. HEX triplet: DA, C8 and 54. RGB value is (218,200,84). Sum of RGB (Red+Green+Blue) = 218+200+84=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 84 (33.20% from 255 or 16.73% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC854 is #2537AB. Grayscale: #C0C0C0. Windows color (decimal): -2439084 or 5556442. OLE color: 5556442.
HSL color Cylindrical-coordinate representation of color #DAC854: hue angle of 51.94º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAC854 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 84 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.15 |
| HSL | 51.94º | 0.64% | 0.59% | - |
| HSV(B) | 51.94º | 0.61% | 0.85% | - |
| XYZ | 51.17 | 56.85 | 16.66 | - |
| YUV | 192.16 | 66.96 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 84 | 0 | 0.08 | 0.61 | 0.15 | 51.94 | 0.64 | 0.59 |
| Hex | DA | C8 | 54 | 0 | 8 | 3D | F | 34 | 40 | 3B |
| Octal | 332 | 310 | 124 | 0 | 10 | 75 | 17 | 64 | 100 | 73 |
| Binary | 11011010 | 11001000 | 1010100 | 0 | 1000 | 111101 | 1111 | 110100 | 1000000 | 111011 |
Color Harmonies of #DAC854
Complementary color
Monochromatic Colors of #DAC854
Black with #DAC854
Text Example
Text Example
White with #DAC854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC854; }
p { color: rgb(218,200,84); }
H1.HeaderClassName
{
color: #DAC854;
}
.AnyTagClassName
{
color: #DAC854;
}
</style>
background-color css
<style>
a { background-color: #DAC854; }
a { background-color: rgb(218,200,84); }
div.DivClassName
{
background-color: #DAC854;
}
.BgClassName
{
background-color: #DAC854;
}
</style>
border-color css
<style>
span { border-color: #DAC854; }
span { border-color: rgb(218,200,84); }
td.TdClassName
{
border-color: #DAC854;
}
.TagClassName
{
border-color: #DAC854;
}
</style>