Shades of Confetti #DACB49
Tints of Confetti #DACB49
RGB
CMYK
RGB Variations
Color information
#DACB49 (or 0xDACB49) is known color: Confetti. HEX triplet: DA, CB and 49. RGB value is (218,203,73). Sum of RGB (Red+Green+Blue) = 218+203+73=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 73 (28.91% from 255 or 14.78% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACB49 is #2534B6. Grayscale: #C1C1C1. Windows color (decimal): -2438327 or 4836314. OLE color: 4836314.
HSL color Cylindrical-coordinate representation of color #DACB49: hue angle of 53.79º 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 #DACB49 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 73 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.15 |
| HSL | 53.79º | 0.66% | 0.57% | - |
| HSV(B) | 53.79º | 0.67% | 0.85% | - |
| XYZ | 51.47 | 58.1 | 14.8 | - |
| YUV | 192.67 | 60.47 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 73 | 0 | 0.07 | 0.67 | 0.15 | 53.79 | 0.66 | 0.57 |
| Hex | DA | CB | 49 | 0 | 7 | 43 | F | 36 | 42 | 39 |
| Octal | 332 | 313 | 111 | 0 | 7 | 103 | 17 | 66 | 102 | 71 |
| Binary | 11011010 | 11001011 | 1001001 | 0 | 111 | 1000011 | 1111 | 110110 | 1000010 | 111001 |
Color Harmonies of #DACB49
Complementary color
Monochromatic Colors of #DACB49
Black with #DACB49
Text Example
Text Example
White with #DACB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB49; }
p { color: rgb(218,203,73); }
H1.HeaderClassName
{
color: #DACB49;
}
.AnyTagClassName
{
color: #DACB49;
}
</style>
background-color css
<style>
a { background-color: #DACB49; }
a { background-color: rgb(218,203,73); }
div.DivClassName
{
background-color: #DACB49;
}
.BgClassName
{
background-color: #DACB49;
}
</style>
border-color css
<style>
span { border-color: #DACB49; }
span { border-color: rgb(218,203,73); }
td.TdClassName
{
border-color: #DACB49;
}
.TagClassName
{
border-color: #DACB49;
}
</style>