Shades of Confetti #DAC850
Tints of Confetti #DAC850
RGB
CMYK
RGB Variations
Color information
#DAC850 (or 0xDAC850) is known color: Confetti. HEX triplet: DA, C8 and 50. RGB value is (218,200,80). Sum of RGB (Red+Green+Blue) = 218+200+80=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC850 is #2537AF. Grayscale: #C0C0C0. Windows color (decimal): -2439088 or 5294298. OLE color: 5294298.
HSL color Cylindrical-coordinate representation of color #DAC850: hue angle of 52.17º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAC850 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 80 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.15 |
| HSL | 52.17º | 0.65% | 0.58% | - |
| HSV(B) | 52.17º | 0.63% | 0.85% | - |
| XYZ | 51.02 | 56.79 | 15.86 | - |
| YUV | 191.7 | 64.96 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 80 | 0 | 0.08 | 0.63 | 0.15 | 52.17 | 0.65 | 0.58 |
| Hex | DA | C8 | 50 | 0 | 8 | 3F | F | 34 | 41 | 3A |
| Octal | 332 | 310 | 120 | 0 | 10 | 77 | 17 | 64 | 101 | 72 |
| Binary | 11011010 | 11001000 | 1010000 | 0 | 1000 | 111111 | 1111 | 110100 | 1000001 | 111010 |
Color Harmonies of #DAC850
Complementary color
Monochromatic Colors of #DAC850
Black with #DAC850
Text Example
Text Example
White with #DAC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC850; }
p { color: rgb(218,200,80); }
H1.HeaderClassName
{
color: #DAC850;
}
.AnyTagClassName
{
color: #DAC850;
}
</style>
background-color css
<style>
a { background-color: #DAC850; }
a { background-color: rgb(218,200,80); }
div.DivClassName
{
background-color: #DAC850;
}
.BgClassName
{
background-color: #DAC850;
}
</style>
border-color css
<style>
span { border-color: #DAC850; }
span { border-color: rgb(218,200,80); }
td.TdClassName
{
border-color: #DAC850;
}
.TagClassName
{
border-color: #DAC850;
}
</style>