Shades of Confetti #DACF53
Tints of Confetti #DACF53
RGB
CMYK
RGB Variations
Color information
#DACF53 (or 0xDACF53) is known color: Confetti. HEX triplet: DA, CF and 53. RGB value is (218,207,83). Sum of RGB (Red+Green+Blue) = 218+207+83=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 83 (32.81% from 255 or 16.34% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF53 is #2530AC. Grayscale: #C4C4C4. Windows color (decimal): -2437293 or 5492698. OLE color: 5492698.
HSL color Cylindrical-coordinate representation of color #DACF53: hue angle of 55.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DACF53 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 83 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.15 |
| HSL | 55.11º | 0.65% | 0.59% | - |
| HSV(B) | 55.11º | 0.62% | 0.85% | - |
| XYZ | 52.79 | 60.16 | 17.01 | - |
| YUV | 196.15 | 64.14 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 83 | 0 | 0.05 | 0.62 | 0.15 | 55.11 | 0.65 | 0.59 |
| Hex | DA | CF | 53 | 0 | 5 | 3E | F | 37 | 41 | 3B |
| Octal | 332 | 317 | 123 | 0 | 5 | 76 | 17 | 67 | 101 | 73 |
| Binary | 11011010 | 11001111 | 1010011 | 0 | 101 | 111110 | 1111 | 110111 | 1000001 | 111011 |
Color Harmonies of #DACF53
Complementary color
Monochromatic Colors of #DACF53
Black with #DACF53
Text Example
Text Example
White with #DACF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF53; }
p { color: rgb(218,207,83); }
H1.HeaderClassName
{
color: #DACF53;
}
.AnyTagClassName
{
color: #DACF53;
}
</style>
background-color css
<style>
a { background-color: #DACF53; }
a { background-color: rgb(218,207,83); }
div.DivClassName
{
background-color: #DACF53;
}
.BgClassName
{
background-color: #DACF53;
}
</style>
border-color css
<style>
span { border-color: #DACF53; }
span { border-color: rgb(218,207,83); }
td.TdClassName
{
border-color: #DACF53;
}
.TagClassName
{
border-color: #DACF53;
}
</style>