Shades of Confetti #DACF50
Tints of Confetti #DACF50
RGB
CMYK
RGB Variations
Color information
#DACF50 (or 0xDACF50) is known color: Confetti. HEX triplet: DA, CF and 50. RGB value is (218,207,80). Sum of RGB (Red+Green+Blue) = 218+207+80=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF50 is #2530AF. Grayscale: #C4C4C4. Windows color (decimal): -2437296 or 5296090. OLE color: 5296090.
HSL color Cylindrical-coordinate representation of color #DACF50: hue angle of 55.22º 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 #DACF50 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 80 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.15 |
| HSL | 55.22º | 0.65% | 0.58% | - |
| HSV(B) | 55.22º | 0.63% | 0.85% | - |
| XYZ | 52.67 | 60.11 | 16.42 | - |
| YUV | 195.81 | 62.64 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 80 | 0 | 0.05 | 0.63 | 0.15 | 55.22 | 0.65 | 0.58 |
| Hex | DA | CF | 50 | 0 | 5 | 3F | F | 37 | 41 | 3A |
| Octal | 332 | 317 | 120 | 0 | 5 | 77 | 17 | 67 | 101 | 72 |
| Binary | 11011010 | 11001111 | 1010000 | 0 | 101 | 111111 | 1111 | 110111 | 1000001 | 111010 |
Color Harmonies of #DACF50
Complementary color
Monochromatic Colors of #DACF50
Black with #DACF50
Text Example
Text Example
White with #DACF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF50; }
p { color: rgb(218,207,80); }
H1.HeaderClassName
{
color: #DACF50;
}
.AnyTagClassName
{
color: #DACF50;
}
</style>
background-color css
<style>
a { background-color: #DACF50; }
a { background-color: rgb(218,207,80); }
div.DivClassName
{
background-color: #DACF50;
}
.BgClassName
{
background-color: #DACF50;
}
</style>
border-color css
<style>
span { border-color: #DACF50; }
span { border-color: rgb(218,207,80); }
td.TdClassName
{
border-color: #DACF50;
}
.TagClassName
{
border-color: #DACF50;
}
</style>