Shades of Confetti #DDBD49
Tints of Confetti #DDBD49
RGB
CMYK
RGB Variations
Color information
#DDBD49 (or 0xDDBD49) is known color: Confetti. HEX triplet: DD, BD and 49. RGB value is (221,189,73). Sum of RGB (Red+Green+Blue) = 221+189+73=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBD49 is #2242B6. Grayscale: #B9B9B9. Windows color (decimal): -2245303 or 4832733. OLE color: 4832733.
HSL color Cylindrical-coordinate representation of color #DDBD49: hue angle of 47.03º 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 #DDBD49 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 73 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.13 |
| HSL | 47.03º | 0.69% | 0.58% | - |
| HSV(B) | 47.03º | 0.67% | 0.87% | - |
| XYZ | 49.22 | 52.25 | 13.79 | - |
| YUV | 185.34 | 64.6 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 73 | 0 | 0.14 | 0.67 | 0.13 | 47.03 | 0.69 | 0.58 |
| Hex | DD | BD | 49 | 0 | E | 43 | D | 2F | 45 | 3A |
| Octal | 335 | 275 | 111 | 0 | 16 | 103 | 15 | 57 | 105 | 72 |
| Binary | 11011101 | 10111101 | 1001001 | 0 | 1110 | 1000011 | 1101 | 101111 | 1000101 | 111010 |
Color Harmonies of #DDBD49
Complementary color
Monochromatic Colors of #DDBD49
Black with #DDBD49
Text Example
Text Example
White with #DDBD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD49; }
p { color: rgb(221,189,73); }
H1.HeaderClassName
{
color: #DDBD49;
}
.AnyTagClassName
{
color: #DDBD49;
}
</style>
background-color css
<style>
a { background-color: #DDBD49; }
a { background-color: rgb(221,189,73); }
div.DivClassName
{
background-color: #DDBD49;
}
.BgClassName
{
background-color: #DDBD49;
}
</style>
border-color css
<style>
span { border-color: #DDBD49; }
span { border-color: rgb(221,189,73); }
td.TdClassName
{
border-color: #DDBD49;
}
.TagClassName
{
border-color: #DDBD49;
}
</style>