Shades of Confetti #DDD04E
Tints of Confetti #DDD04E
RGB
CMYK
RGB Variations
Color information
#DDD04E (or 0xDDD04E) is known color: Confetti. HEX triplet: DD, D0 and 4E. RGB value is (221,208,78). Sum of RGB (Red+Green+Blue) = 221+208+78=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 78 (30.86% from 255 or 15.38% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD04E is #222FB1. Grayscale: #C5C5C5. Windows color (decimal): -2240434 or 5165277. OLE color: 5165277.
HSL color Cylindrical-coordinate representation of color #DDD04E: hue angle of 54.55º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDD04E is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 78 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.13 |
| HSL | 54.55º | 0.68% | 0.59% | - |
| HSV(B) | 54.55º | 0.65% | 0.87% | - |
| XYZ | 53.75 | 61.03 | 16.16 | - |
| YUV | 197.07 | 60.81 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 78 | 0 | 0.06 | 0.65 | 0.13 | 54.55 | 0.68 | 0.59 |
| Hex | DD | D0 | 4E | 0 | 6 | 41 | D | 37 | 44 | 3B |
| Octal | 335 | 320 | 116 | 0 | 6 | 101 | 15 | 67 | 104 | 73 |
| Binary | 11011101 | 11010000 | 1001110 | 0 | 110 | 1000001 | 1101 | 110111 | 1000100 | 111011 |
Color Harmonies of #DDD04E
Complementary color
Monochromatic Colors of #DDD04E
Black with #DDD04E
Text Example
Text Example
White with #DDD04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD04E; }
p { color: rgb(221,208,78); }
H1.HeaderClassName
{
color: #DDD04E;
}
.AnyTagClassName
{
color: #DDD04E;
}
</style>
background-color css
<style>
a { background-color: #DDD04E; }
a { background-color: rgb(221,208,78); }
div.DivClassName
{
background-color: #DDD04E;
}
.BgClassName
{
background-color: #DDD04E;
}
</style>
border-color css
<style>
span { border-color: #DDD04E; }
span { border-color: rgb(221,208,78); }
td.TdClassName
{
border-color: #DDD04E;
}
.TagClassName
{
border-color: #DDD04E;
}
</style>