Shades of Confetti #DDBF49
Tints of Confetti #DDBF49
RGB
CMYK
RGB Variations
Color information
#DDBF49 (or 0xDDBF49) is known color: Confetti. HEX triplet: DD, BF and 49. RGB value is (221,191,73). Sum of RGB (Red+Green+Blue) = 221+191+73=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBF49 is #2240B6. Grayscale: #BBBBBB. Windows color (decimal): -2244791 or 4833245. OLE color: 4833245.
HSL color Cylindrical-coordinate representation of color #DDBF49: hue angle of 47.84º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDBF49 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 73 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.13 |
| HSL | 47.84º | 0.69% | 0.58% | - |
| HSV(B) | 47.84º | 0.67% | 0.87% | - |
| XYZ | 49.65 | 53.11 | 13.94 | - |
| YUV | 186.52 | 63.94 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 73 | 0 | 0.14 | 0.67 | 0.13 | 47.84 | 0.69 | 0.58 |
| Hex | DD | BF | 49 | 0 | E | 43 | D | 30 | 45 | 3A |
| Octal | 335 | 277 | 111 | 0 | 16 | 103 | 15 | 60 | 105 | 72 |
| Binary | 11011101 | 10111111 | 1001001 | 0 | 1110 | 1000011 | 1101 | 110000 | 1000101 | 111010 |
Color Harmonies of #DDBF49
Complementary color
Monochromatic Colors of #DDBF49
Black with #DDBF49
Text Example
Text Example
White with #DDBF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBF49; }
p { color: rgb(221,191,73); }
H1.HeaderClassName
{
color: #DDBF49;
}
.AnyTagClassName
{
color: #DDBF49;
}
</style>
background-color css
<style>
a { background-color: #DDBF49; }
a { background-color: rgb(221,191,73); }
div.DivClassName
{
background-color: #DDBF49;
}
.BgClassName
{
background-color: #DDBF49;
}
</style>
border-color css
<style>
span { border-color: #DDBF49; }
span { border-color: rgb(221,191,73); }
td.TdClassName
{
border-color: #DDBF49;
}
.TagClassName
{
border-color: #DDBF49;
}
</style>