Shades of Confetti #DDCE54
Tints of Confetti #DDCE54
RGB
CMYK
RGB Variations
Color information
#DDCE54 (or 0xDDCE54) is known color: Confetti. HEX triplet: DD, CE and 54. RGB value is (221,206,84). Sum of RGB (Red+Green+Blue) = 221+206+84=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 84 (33.20% from 255 or 16.44% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE54 is #2231AB. Grayscale: #C5C5C5. Windows color (decimal): -2240940 or 5557981. OLE color: 5557981.
HSL color Cylindrical-coordinate representation of color #DDCE54: hue angle of 53.43º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDCE54 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 84 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.13 |
| HSL | 53.43º | 0.67% | 0.6% | - |
| HSV(B) | 53.43º | 0.62% | 0.87% | - |
| XYZ | 53.49 | 60.15 | 17.18 | - |
| YUV | 196.58 | 64.47 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 84 | 0 | 0.07 | 0.62 | 0.13 | 53.43 | 0.67 | 0.6 |
| Hex | DD | CE | 54 | 0 | 7 | 3E | D | 35 | 43 | 3C |
| Octal | 335 | 316 | 124 | 0 | 7 | 76 | 15 | 65 | 103 | 74 |
| Binary | 11011101 | 11001110 | 1010100 | 0 | 111 | 111110 | 1101 | 110101 | 1000011 | 111100 |
Color Harmonies of #DDCE54
Complementary color
Monochromatic Colors of #DDCE54
Black with #DDCE54
Text Example
Text Example
White with #DDCE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE54; }
p { color: rgb(221,206,84); }
H1.HeaderClassName
{
color: #DDCE54;
}
.AnyTagClassName
{
color: #DDCE54;
}
</style>
background-color css
<style>
a { background-color: #DDCE54; }
a { background-color: rgb(221,206,84); }
div.DivClassName
{
background-color: #DDCE54;
}
.BgClassName
{
background-color: #DDCE54;
}
</style>
border-color css
<style>
span { border-color: #DDCE54; }
span { border-color: rgb(221,206,84); }
td.TdClassName
{
border-color: #DDCE54;
}
.TagClassName
{
border-color: #DDCE54;
}
</style>