Shades of Confetti #DDBE49
Tints of Confetti #DDBE49
RGB
CMYK
RGB Variations
Color information
#DDBE49 (or 0xDDBE49) is known color: Confetti. HEX triplet: DD, BE and 49. RGB value is (221,190,73). Sum of RGB (Red+Green+Blue) = 221+190+73=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 73 (28.91% from 255 or 15.08% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE49 is #2241B6. Grayscale: #BABABA. Windows color (decimal): -2245047 or 4832989. OLE color: 4832989.
HSL color Cylindrical-coordinate representation of color #DDBE49: hue angle of 47.43º 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 #DDBE49 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 73 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.13 |
| HSL | 47.43º | 0.69% | 0.58% | - |
| HSV(B) | 47.43º | 0.67% | 0.87% | - |
| XYZ | 49.43 | 52.68 | 13.87 | - |
| YUV | 185.93 | 64.27 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 73 | 0 | 0.14 | 0.67 | 0.13 | 47.43 | 0.69 | 0.58 |
| Hex | DD | BE | 49 | 0 | E | 43 | D | 2F | 45 | 3A |
| Octal | 335 | 276 | 111 | 0 | 16 | 103 | 15 | 57 | 105 | 72 |
| Binary | 11011101 | 10111110 | 1001001 | 0 | 1110 | 1000011 | 1101 | 101111 | 1000101 | 111010 |
Color Harmonies of #DDBE49
Complementary color
Monochromatic Colors of #DDBE49
Black with #DDBE49
Text Example
Text Example
White with #DDBE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE49; }
p { color: rgb(221,190,73); }
H1.HeaderClassName
{
color: #DDBE49;
}
.AnyTagClassName
{
color: #DDBE49;
}
</style>
background-color css
<style>
a { background-color: #DDBE49; }
a { background-color: rgb(221,190,73); }
div.DivClassName
{
background-color: #DDBE49;
}
.BgClassName
{
background-color: #DDBE49;
}
</style>
border-color css
<style>
span { border-color: #DDBE49; }
span { border-color: rgb(221,190,73); }
td.TdClassName
{
border-color: #DDBE49;
}
.TagClassName
{
border-color: #DDBE49;
}
</style>