Shades of Confetti #DDD041
Tints of Confetti #DDD041
RGB
CMYK
RGB Variations
Color information
#DDD041 (or 0xDDD041) is known color: Confetti. HEX triplet: DD, D0 and 41. RGB value is (221,208,65). Sum of RGB (Red+Green+Blue) = 221+208+65=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 65 (25.78% from 255 or 13.16% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD041 is #222FBE. Grayscale: #C4C4C4. Windows color (decimal): -2240447 or 4313309. OLE color: 4313309.
HSL color Cylindrical-coordinate representation of color #DDD041: hue angle of 55º 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 #DDD041 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 65 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.13 |
| HSL | 55º | 0.7% | 0.56% | - |
| HSV(B) | 55º | 0.71% | 0.87% | - |
| XYZ | 53.33 | 60.87 | 13.94 | - |
| YUV | 195.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 65 | 0 | 0.06 | 0.71 | 0.13 | 55 | 0.7 | 0.56 |
| Hex | DD | D0 | 41 | 0 | 6 | 47 | D | 37 | 46 | 38 |
| Octal | 335 | 320 | 101 | 0 | 6 | 107 | 15 | 67 | 106 | 70 |
| Binary | 11011101 | 11010000 | 1000001 | 0 | 110 | 1000111 | 1101 | 110111 | 1000110 | 111000 |
Color Harmonies of #DDD041
Complementary color
Monochromatic Colors of #DDD041
Black with #DDD041
Text Example
Text Example
White with #DDD041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD041; }
p { color: rgb(221,208,65); }
H1.HeaderClassName
{
color: #DDD041;
}
.AnyTagClassName
{
color: #DDD041;
}
</style>
background-color css
<style>
a { background-color: #DDD041; }
a { background-color: rgb(221,208,65); }
div.DivClassName
{
background-color: #DDD041;
}
.BgClassName
{
background-color: #DDD041;
}
</style>
border-color css
<style>
span { border-color: #DDD041; }
span { border-color: rgb(221,208,65); }
td.TdClassName
{
border-color: #DDD041;
}
.TagClassName
{
border-color: #DDD041;
}
</style>