Shades of Confetti #DABC46
Tints of Confetti #DABC46
RGB
CMYK
RGB Variations
Color information
#DABC46 (or 0xDABC46) is known color: Confetti. HEX triplet: DA, BC and 46. RGB value is (218,188,70). Sum of RGB (Red+Green+Blue) = 218+188+70=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 70 (27.73% from 255 or 14.71% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC46 is #2543B9. Grayscale: #B8B8B8. Windows color (decimal): -2442170 or 4635866. OLE color: 4635866.
HSL color Cylindrical-coordinate representation of color #DABC46: hue angle of 47.84º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DABC46 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 70 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.15 |
| HSL | 47.84º | 0.67% | 0.56% | - |
| HSV(B) | 47.84º | 0.68% | 0.85% | - |
| XYZ | 48 | 51.31 | 13.17 | - |
| YUV | 183.52 | 63.94 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 70 | 0 | 0.14 | 0.68 | 0.15 | 47.84 | 0.67 | 0.56 |
| Hex | DA | BC | 46 | 0 | E | 44 | F | 30 | 43 | 38 |
| Octal | 332 | 274 | 106 | 0 | 16 | 104 | 17 | 60 | 103 | 70 |
| Binary | 11011010 | 10111100 | 1000110 | 0 | 1110 | 1000100 | 1111 | 110000 | 1000011 | 111000 |
Color Harmonies of #DABC46
Complementary color
Monochromatic Colors of #DABC46
Black with #DABC46
Text Example
Text Example
White with #DABC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC46; }
p { color: rgb(218,188,70); }
H1.HeaderClassName
{
color: #DABC46;
}
.AnyTagClassName
{
color: #DABC46;
}
</style>
background-color css
<style>
a { background-color: #DABC46; }
a { background-color: rgb(218,188,70); }
div.DivClassName
{
background-color: #DABC46;
}
.BgClassName
{
background-color: #DABC46;
}
</style>
border-color css
<style>
span { border-color: #DABC46; }
span { border-color: rgb(218,188,70); }
td.TdClassName
{
border-color: #DABC46;
}
.TagClassName
{
border-color: #DABC46;
}
</style>