Shades of Confetti #DAC551
Tints of Confetti #DAC551
RGB
CMYK
RGB Variations
Color information
#DAC551 (or 0xDAC551) is known color: Confetti. HEX triplet: DA, C5 and 51. RGB value is (218,197,81). Sum of RGB (Red+Green+Blue) = 218+197+81=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 81 (32.03% from 255 or 16.33% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC551 is #253AAE. Grayscale: #BEBEBE. Windows color (decimal): -2439855 or 5359066. OLE color: 5359066.
HSL color Cylindrical-coordinate representation of color #DAC551: hue angle of 50.8º 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 #DAC551 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 81 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.15 |
| HSL | 50.8º | 0.65% | 0.59% | - |
| HSV(B) | 50.8º | 0.63% | 0.85% | - |
| XYZ | 50.36 | 55.43 | 15.83 | - |
| YUV | 190.06 | 66.46 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 81 | 0 | 0.10 | 0.63 | 0.15 | 50.8 | 0.65 | 0.59 |
| Hex | DA | C5 | 51 | 0 | A | 3F | F | 33 | 41 | 3B |
| Octal | 332 | 305 | 121 | 0 | 12 | 77 | 17 | 63 | 101 | 73 |
| Binary | 11011010 | 11000101 | 1010001 | 0 | 1010 | 111111 | 1111 | 110011 | 1000001 | 111011 |
Color Harmonies of #DAC551
Complementary color
Monochromatic Colors of #DAC551
Black with #DAC551
Text Example
Text Example
White with #DAC551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC551; }
p { color: rgb(218,197,81); }
H1.HeaderClassName
{
color: #DAC551;
}
.AnyTagClassName
{
color: #DAC551;
}
</style>
background-color css
<style>
a { background-color: #DAC551; }
a { background-color: rgb(218,197,81); }
div.DivClassName
{
background-color: #DAC551;
}
.BgClassName
{
background-color: #DAC551;
}
</style>
border-color css
<style>
span { border-color: #DAC551; }
span { border-color: rgb(218,197,81); }
td.TdClassName
{
border-color: #DAC551;
}
.TagClassName
{
border-color: #DAC551;
}
</style>