Shades of Confetti #DDD341
Tints of Confetti #DDD341
RGB
CMYK
RGB Variations
Color information
#DDD341 (or 0xDDD341) is known color: Confetti. HEX triplet: DD, D3 and 41. RGB value is (221,211,65). Sum of RGB (Red+Green+Blue) = 221+211+65=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 65 (25.78% from 255 or 13.08% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD341 is #222CBE. Grayscale: #C5C5C5. Windows color (decimal): -2239679 or 4314077. OLE color: 4314077.
HSL color Cylindrical-coordinate representation of color #DDD341: hue angle of 56.15º 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 #DDD341 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 65 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.13 |
| HSL | 56.15º | 0.7% | 0.56% | - |
| HSV(B) | 56.15º | 0.71% | 0.87% | - |
| XYZ | 54.07 | 62.34 | 14.18 | - |
| YUV | 197.35 | 53.31 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 65 | 0 | 0.05 | 0.71 | 0.13 | 56.15 | 0.7 | 0.56 |
| Hex | DD | D3 | 41 | 0 | 5 | 47 | D | 38 | 46 | 38 |
| Octal | 335 | 323 | 101 | 0 | 5 | 107 | 15 | 70 | 106 | 70 |
| Binary | 11011101 | 11010011 | 1000001 | 0 | 101 | 1000111 | 1101 | 111000 | 1000110 | 111000 |
Color Harmonies of #DDD341
Complementary color
Monochromatic Colors of #DDD341
Black with #DDD341
Text Example
Text Example
White with #DDD341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD341; }
p { color: rgb(221,211,65); }
H1.HeaderClassName
{
color: #DDD341;
}
.AnyTagClassName
{
color: #DDD341;
}
</style>
background-color css
<style>
a { background-color: #DDD341; }
a { background-color: rgb(221,211,65); }
div.DivClassName
{
background-color: #DDD341;
}
.BgClassName
{
background-color: #DDD341;
}
</style>
border-color css
<style>
span { border-color: #DDD341; }
span { border-color: rgb(221,211,65); }
td.TdClassName
{
border-color: #DDD341;
}
.TagClassName
{
border-color: #DDD341;
}
</style>