Shades of Confetti #DDBD47
Tints of Confetti #DDBD47
RGB
CMYK
RGB Variations
Color information
#DDBD47 (or 0xDDBD47) is known color: Confetti. HEX triplet: DD, BD and 47. RGB value is (221,189,71). Sum of RGB (Red+Green+Blue) = 221+189+71=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 71 (28.12% from 255 or 14.76% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBD47 is #2242B8. Grayscale: #B9B9B9. Windows color (decimal): -2245305 or 4701661. OLE color: 4701661.
HSL color Cylindrical-coordinate representation of color #DDBD47: hue angle of 47.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDBD47 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 71 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.13 |
| HSL | 47.2º | 0.69% | 0.57% | - |
| HSV(B) | 47.2º | 0.68% | 0.87% | - |
| XYZ | 49.15 | 52.22 | 13.45 | - |
| YUV | 185.12 | 63.6 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 71 | 0 | 0.14 | 0.68 | 0.13 | 47.2 | 0.69 | 0.57 |
| Hex | DD | BD | 47 | 0 | E | 44 | D | 2F | 45 | 39 |
| Octal | 335 | 275 | 107 | 0 | 16 | 104 | 15 | 57 | 105 | 71 |
| Binary | 11011101 | 10111101 | 1000111 | 0 | 1110 | 1000100 | 1101 | 101111 | 1000101 | 111001 |
Color Harmonies of #DDBD47
Complementary color
Monochromatic Colors of #DDBD47
Black with #DDBD47
Text Example
Text Example
White with #DDBD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD47; }
p { color: rgb(221,189,71); }
H1.HeaderClassName
{
color: #DDBD47;
}
.AnyTagClassName
{
color: #DDBD47;
}
</style>
background-color css
<style>
a { background-color: #DDBD47; }
a { background-color: rgb(221,189,71); }
div.DivClassName
{
background-color: #DDBD47;
}
.BgClassName
{
background-color: #DDBD47;
}
</style>
border-color css
<style>
span { border-color: #DDBD47; }
span { border-color: rgb(221,189,71); }
td.TdClassName
{
border-color: #DDBD47;
}
.TagClassName
{
border-color: #DDBD47;
}
</style>