Shades of Confetti #DDD040
Tints of Confetti #DDD040
RGB
CMYK
RGB Variations
Color information
#DDD040 (or 0xDDD040) is known color: Confetti. HEX triplet: DD, D0 and 40. RGB value is (221,208,64). Sum of RGB (Red+Green+Blue) = 221+208+64=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD040 is #222FBF. Grayscale: #C4C4C4. Windows color (decimal): -2240448 or 4247773. OLE color: 4247773.
HSL color Cylindrical-coordinate representation of color #DDD040: hue angle of 55.03º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDD040 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 64 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.13 |
| HSL | 55.03º | 0.7% | 0.56% | - |
| HSV(B) | 55.03º | 0.71% | 0.87% | - |
| XYZ | 53.3 | 60.85 | 13.79 | - |
| YUV | 195.47 | 53.81 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 64 | 0 | 0.06 | 0.71 | 0.13 | 55.03 | 0.7 | 0.56 |
| Hex | DD | D0 | 40 | 0 | 6 | 47 | D | 37 | 46 | 38 |
| Octal | 335 | 320 | 100 | 0 | 6 | 107 | 15 | 67 | 106 | 70 |
| Binary | 11011101 | 11010000 | 1000000 | 0 | 110 | 1000111 | 1101 | 110111 | 1000110 | 111000 |
Color Harmonies of #DDD040
Complementary color
Monochromatic Colors of #DDD040
Black with #DDD040
Text Example
Text Example
White with #DDD040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD040; }
p { color: rgb(221,208,64); }
H1.HeaderClassName
{
color: #DDD040;
}
.AnyTagClassName
{
color: #DDD040;
}
</style>
background-color css
<style>
a { background-color: #DDD040; }
a { background-color: rgb(221,208,64); }
div.DivClassName
{
background-color: #DDD040;
}
.BgClassName
{
background-color: #DDD040;
}
</style>
border-color css
<style>
span { border-color: #DDD040; }
span { border-color: rgb(221,208,64); }
td.TdClassName
{
border-color: #DDD040;
}
.TagClassName
{
border-color: #DDD040;
}
</style>