Shades of Confetti #DDCE4A
Tints of Confetti #DDCE4A
RGB
CMYK
RGB Variations
Color information
#DDCE4A (or 0xDDCE4A) is known color: Confetti. HEX triplet: DD, CE and 4A. RGB value is (221,206,74). Sum of RGB (Red+Green+Blue) = 221+206+74=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE4A is #2231B5. Grayscale: #C3C3C3. Windows color (decimal): -2240950 or 4902621. OLE color: 4902621.
HSL color Cylindrical-coordinate representation of color #DDCE4A: hue angle of 53.88º degrees, saturation: 0.68, 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 #DDCE4A is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 74 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.13 |
| HSL | 53.88º | 0.68% | 0.58% | - |
| HSV(B) | 53.88º | 0.67% | 0.87% | - |
| XYZ | 53.13 | 60.01 | 15.26 | - |
| YUV | 195.44 | 59.47 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 74 | 0 | 0.07 | 0.67 | 0.13 | 53.88 | 0.68 | 0.58 |
| Hex | DD | CE | 4A | 0 | 7 | 43 | D | 36 | 44 | 3A |
| Octal | 335 | 316 | 112 | 0 | 7 | 103 | 15 | 66 | 104 | 72 |
| Binary | 11011101 | 11001110 | 1001010 | 0 | 111 | 1000011 | 1101 | 110110 | 1000100 | 111010 |
Color Harmonies of #DDCE4A
Complementary color
Monochromatic Colors of #DDCE4A
Black with #DDCE4A
Text Example
Text Example
White with #DDCE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE4A; }
p { color: rgb(221,206,74); }
H1.HeaderClassName
{
color: #DDCE4A;
}
.AnyTagClassName
{
color: #DDCE4A;
}
</style>
background-color css
<style>
a { background-color: #DDCE4A; }
a { background-color: rgb(221,206,74); }
div.DivClassName
{
background-color: #DDCE4A;
}
.BgClassName
{
background-color: #DDCE4A;
}
</style>
border-color css
<style>
span { border-color: #DDCE4A; }
span { border-color: rgb(221,206,74); }
td.TdClassName
{
border-color: #DDCE4A;
}
.TagClassName
{
border-color: #DDCE4A;
}
</style>