Shades of Confetti #DDCE50
Tints of Confetti #DDCE50
RGB
CMYK
RGB Variations
Color information
#DDCE50 (or 0xDDCE50) is known color: Confetti. HEX triplet: DD, CE and 50. RGB value is (221,206,80). Sum of RGB (Red+Green+Blue) = 221+206+80=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE50 is #2231AF. Grayscale: #C4C4C4. Windows color (decimal): -2240944 or 5295837. OLE color: 5295837.
HSL color Cylindrical-coordinate representation of color #DDCE50: hue angle of 53.62º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDCE50 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 80 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.13 |
| HSL | 53.62º | 0.67% | 0.59% | - |
| HSV(B) | 53.62º | 0.64% | 0.87% | - |
| XYZ | 53.34 | 60.09 | 16.38 | - |
| YUV | 196.12 | 62.47 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 80 | 0 | 0.07 | 0.64 | 0.13 | 53.62 | 0.67 | 0.59 |
| Hex | DD | CE | 50 | 0 | 7 | 40 | D | 36 | 43 | 3B |
| Octal | 335 | 316 | 120 | 0 | 7 | 100 | 15 | 66 | 103 | 73 |
| Binary | 11011101 | 11001110 | 1010000 | 0 | 111 | 1000000 | 1101 | 110110 | 1000011 | 111011 |
Color Harmonies of #DDCE50
Complementary color
Monochromatic Colors of #DDCE50
Black with #DDCE50
Text Example
Text Example
White with #DDCE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE50; }
p { color: rgb(221,206,80); }
H1.HeaderClassName
{
color: #DDCE50;
}
.AnyTagClassName
{
color: #DDCE50;
}
</style>
background-color css
<style>
a { background-color: #DDCE50; }
a { background-color: rgb(221,206,80); }
div.DivClassName
{
background-color: #DDCE50;
}
.BgClassName
{
background-color: #DDCE50;
}
</style>
border-color css
<style>
span { border-color: #DDCE50; }
span { border-color: rgb(221,206,80); }
td.TdClassName
{
border-color: #DDCE50;
}
.TagClassName
{
border-color: #DDCE50;
}
</style>