Shades of Confetti #DAC650
Tints of Confetti #DAC650
RGB
CMYK
RGB Variations
Color information
#DAC650 (or 0xDAC650) is known color: Confetti. HEX triplet: DA, C6 and 50. RGB value is (218,198,80). Sum of RGB (Red+Green+Blue) = 218+198+80=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC650 is #2539AF. Grayscale: #BFBFBF. Windows color (decimal): -2439600 or 5293786. OLE color: 5293786.
HSL color Cylindrical-coordinate representation of color #DAC650: hue angle of 51.3º 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 #DAC650 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 80 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.15 |
| HSL | 51.3º | 0.65% | 0.58% | - |
| HSV(B) | 51.3º | 0.63% | 0.85% | - |
| XYZ | 50.56 | 55.87 | 15.71 | - |
| YUV | 190.53 | 65.63 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 80 | 0 | 0.09 | 0.63 | 0.15 | 51.3 | 0.65 | 0.58 |
| Hex | DA | C6 | 50 | 0 | 9 | 3F | F | 33 | 41 | 3A |
| Octal | 332 | 306 | 120 | 0 | 11 | 77 | 17 | 63 | 101 | 72 |
| Binary | 11011010 | 11000110 | 1010000 | 0 | 1001 | 111111 | 1111 | 110011 | 1000001 | 111010 |
Color Harmonies of #DAC650
Complementary color
Monochromatic Colors of #DAC650
Black with #DAC650
Text Example
Text Example
White with #DAC650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC650; }
p { color: rgb(218,198,80); }
H1.HeaderClassName
{
color: #DAC650;
}
.AnyTagClassName
{
color: #DAC650;
}
</style>
background-color css
<style>
a { background-color: #DAC650; }
a { background-color: rgb(218,198,80); }
div.DivClassName
{
background-color: #DAC650;
}
.BgClassName
{
background-color: #DAC650;
}
</style>
border-color css
<style>
span { border-color: #DAC650; }
span { border-color: rgb(218,198,80); }
td.TdClassName
{
border-color: #DAC650;
}
.TagClassName
{
border-color: #DAC650;
}
</style>