Shades of Confetti #DABF40
Tints of Confetti #DABF40
RGB
CMYK
RGB Variations
Color information
#DABF40 (or 0xDABF40) is known color: Confetti. HEX triplet: DA, BF and 40. RGB value is (218,191,64). Sum of RGB (Red+Green+Blue) = 218+191+64=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABF40 is #2540BF. Grayscale: #B9B9B9. Windows color (decimal): -2441408 or 4243418. OLE color: 4243418.
HSL color Cylindrical-coordinate representation of color #DABF40: hue angle of 49.48º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DABF40 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 64 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.15 |
| HSL | 49.48º | 0.68% | 0.55% | - |
| HSV(B) | 49.48º | 0.71% | 0.85% | - |
| XYZ | 48.47 | 52.54 | 12.44 | - |
| YUV | 184.6 | 59.95 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 64 | 0 | 0.12 | 0.71 | 0.15 | 49.48 | 0.68 | 0.55 |
| Hex | DA | BF | 40 | 0 | C | 47 | F | 31 | 44 | 37 |
| Octal | 332 | 277 | 100 | 0 | 14 | 107 | 17 | 61 | 104 | 67 |
| Binary | 11011010 | 10111111 | 1000000 | 0 | 1100 | 1000111 | 1111 | 110001 | 1000100 | 110111 |
Color Harmonies of #DABF40
Complementary color
Monochromatic Colors of #DABF40
Black with #DABF40
Text Example
Text Example
White with #DABF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF40; }
p { color: rgb(218,191,64); }
H1.HeaderClassName
{
color: #DABF40;
}
.AnyTagClassName
{
color: #DABF40;
}
</style>
background-color css
<style>
a { background-color: #DABF40; }
a { background-color: rgb(218,191,64); }
div.DivClassName
{
background-color: #DABF40;
}
.BgClassName
{
background-color: #DABF40;
}
</style>
border-color css
<style>
span { border-color: #DABF40; }
span { border-color: rgb(218,191,64); }
td.TdClassName
{
border-color: #DABF40;
}
.TagClassName
{
border-color: #DABF40;
}
</style>