Shades of Confetti #DABC49
Tints of Confetti #DABC49
RGB
CMYK
RGB Variations
Color information
#DABC49 (or 0xDABC49) is known color: Confetti. HEX triplet: DA, BC and 49. RGB value is (218,188,73). Sum of RGB (Red+Green+Blue) = 218+188+73=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC49 is #2543B6. Grayscale: #B8B8B8. Windows color (decimal): -2442167 or 4832474. OLE color: 4832474.
HSL color Cylindrical-coordinate representation of color #DABC49: hue angle of 47.59º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DABC49 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 73 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.15 |
| HSL | 47.59º | 0.66% | 0.57% | - |
| HSV(B) | 47.59º | 0.67% | 0.85% | - |
| XYZ | 48.1 | 51.35 | 13.68 | - |
| YUV | 183.86 | 65.44 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 73 | 0 | 0.14 | 0.67 | 0.15 | 47.59 | 0.66 | 0.57 |
| Hex | DA | BC | 49 | 0 | E | 43 | F | 30 | 42 | 39 |
| Octal | 332 | 274 | 111 | 0 | 16 | 103 | 17 | 60 | 102 | 71 |
| Binary | 11011010 | 10111100 | 1001001 | 0 | 1110 | 1000011 | 1111 | 110000 | 1000010 | 111001 |
Color Harmonies of #DABC49
Complementary color
Monochromatic Colors of #DABC49
Black with #DABC49
Text Example
Text Example
White with #DABC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC49; }
p { color: rgb(218,188,73); }
H1.HeaderClassName
{
color: #DABC49;
}
.AnyTagClassName
{
color: #DABC49;
}
</style>
background-color css
<style>
a { background-color: #DABC49; }
a { background-color: rgb(218,188,73); }
div.DivClassName
{
background-color: #DABC49;
}
.BgClassName
{
background-color: #DABC49;
}
</style>
border-color css
<style>
span { border-color: #DABC49; }
span { border-color: rgb(218,188,73); }
td.TdClassName
{
border-color: #DABC49;
}
.TagClassName
{
border-color: #DABC49;
}
</style>