Shades of Confetti #DDBC46
Tints of Confetti #DDBC46
RGB
CMYK
RGB Variations
Color information
#DDBC46 (or 0xDDBC46) is known color: Confetti. HEX triplet: DD, BC and 46. RGB value is (221,188,70). Sum of RGB (Red+Green+Blue) = 221+188+70=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 70 (27.73% from 255 or 14.61% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC46 is #2243B9. Grayscale: #B8B8B8. Windows color (decimal): -2245562 or 4635869. OLE color: 4635869.
HSL color Cylindrical-coordinate representation of color #DDBC46: hue angle of 46.89º 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 #DDBC46 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 70 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.13 |
| HSL | 46.89º | 0.69% | 0.57% | - |
| HSV(B) | 46.89º | 0.68% | 0.87% | - |
| XYZ | 48.91 | 51.78 | 13.21 | - |
| YUV | 184.42 | 63.43 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 70 | 0 | 0.15 | 0.68 | 0.13 | 46.89 | 0.69 | 0.57 |
| Hex | DD | BC | 46 | 0 | F | 44 | D | 2F | 45 | 39 |
| Octal | 335 | 274 | 106 | 0 | 17 | 104 | 15 | 57 | 105 | 71 |
| Binary | 11011101 | 10111100 | 1000110 | 0 | 1111 | 1000100 | 1101 | 101111 | 1000101 | 111001 |
Color Harmonies of #DDBC46
Complementary color
Monochromatic Colors of #DDBC46
Black with #DDBC46
Text Example
Text Example
White with #DDBC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC46; }
p { color: rgb(221,188,70); }
H1.HeaderClassName
{
color: #DDBC46;
}
.AnyTagClassName
{
color: #DDBC46;
}
</style>
background-color css
<style>
a { background-color: #DDBC46; }
a { background-color: rgb(221,188,70); }
div.DivClassName
{
background-color: #DDBC46;
}
.BgClassName
{
background-color: #DDBC46;
}
</style>
border-color css
<style>
span { border-color: #DDBC46; }
span { border-color: rgb(221,188,70); }
td.TdClassName
{
border-color: #DDBC46;
}
.TagClassName
{
border-color: #DDBC46;
}
</style>