Shades of Confetti #DDD04D
Tints of Confetti #DDD04D
RGB
CMYK
RGB Variations
Color information
#DDD04D (or 0xDDD04D) is known color: Confetti. HEX triplet: DD, D0 and 4D. RGB value is (221,208,77). Sum of RGB (Red+Green+Blue) = 221+208+77=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD04D is #222FB2. Grayscale: #C5C5C5. Windows color (decimal): -2240435 or 5099741. OLE color: 5099741.
HSL color Cylindrical-coordinate representation of color #DDD04D: hue angle of 54.58º 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 #DDD04D is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 77 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.13 |
| HSL | 54.58º | 0.68% | 0.58% | - |
| HSV(B) | 54.58º | 0.65% | 0.87% | - |
| XYZ | 53.71 | 61.02 | 15.97 | - |
| YUV | 196.95 | 60.31 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 77 | 0 | 0.06 | 0.65 | 0.13 | 54.58 | 0.68 | 0.58 |
| Hex | DD | D0 | 4D | 0 | 6 | 41 | D | 37 | 44 | 3A |
| Octal | 335 | 320 | 115 | 0 | 6 | 101 | 15 | 67 | 104 | 72 |
| Binary | 11011101 | 11010000 | 1001101 | 0 | 110 | 1000001 | 1101 | 110111 | 1000100 | 111010 |
Color Harmonies of #DDD04D
Complementary color
Monochromatic Colors of #DDD04D
Black with #DDD04D
Text Example
Text Example
White with #DDD04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD04D; }
p { color: rgb(221,208,77); }
H1.HeaderClassName
{
color: #DDD04D;
}
.AnyTagClassName
{
color: #DDD04D;
}
</style>
background-color css
<style>
a { background-color: #DDD04D; }
a { background-color: rgb(221,208,77); }
div.DivClassName
{
background-color: #DDD04D;
}
.BgClassName
{
background-color: #DDD04D;
}
</style>
border-color css
<style>
span { border-color: #DDD04D; }
span { border-color: rgb(221,208,77); }
td.TdClassName
{
border-color: #DDD04D;
}
.TagClassName
{
border-color: #DDD04D;
}
</style>