Shades of Confetti #DDD24D
Tints of Confetti #DDD24D
RGB
CMYK
RGB Variations
Color information
#DDD24D (or 0xDDD24D) is known color: Confetti. HEX triplet: DD, D2 and 4D. RGB value is (221,210,77). Sum of RGB (Red+Green+Blue) = 221+210+77=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD24D is #222DB2. Grayscale: #C6C6C6. Windows color (decimal): -2239923 or 5100253. OLE color: 5100253.
HSL color Cylindrical-coordinate representation of color #DDD24D: hue angle of 55.42º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDD24D is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 77 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.13 |
| HSL | 55.42º | 0.68% | 0.58% | - |
| HSV(B) | 55.42º | 0.65% | 0.87% | - |
| XYZ | 54.2 | 62 | 16.13 | - |
| YUV | 198.13 | 59.64 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 77 | 0 | 0.05 | 0.65 | 0.13 | 55.42 | 0.68 | 0.58 |
| Hex | DD | D2 | 4D | 0 | 5 | 41 | D | 37 | 44 | 3A |
| Octal | 335 | 322 | 115 | 0 | 5 | 101 | 15 | 67 | 104 | 72 |
| Binary | 11011101 | 11010010 | 1001101 | 0 | 101 | 1000001 | 1101 | 110111 | 1000100 | 111010 |
Color Harmonies of #DDD24D
Complementary color
Monochromatic Colors of #DDD24D
Black with #DDD24D
Text Example
Text Example
White with #DDD24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD24D; }
p { color: rgb(221,210,77); }
H1.HeaderClassName
{
color: #DDD24D;
}
.AnyTagClassName
{
color: #DDD24D;
}
</style>
background-color css
<style>
a { background-color: #DDD24D; }
a { background-color: rgb(221,210,77); }
div.DivClassName
{
background-color: #DDD24D;
}
.BgClassName
{
background-color: #DDD24D;
}
</style>
border-color css
<style>
span { border-color: #DDD24D; }
span { border-color: rgb(221,210,77); }
td.TdClassName
{
border-color: #DDD24D;
}
.TagClassName
{
border-color: #DDD24D;
}
</style>