Shades of Confetti #DDD140
Tints of Confetti #DDD140
RGB
CMYK
RGB Variations
Color information
#DDD140 (or 0xDDD140) is known color: Confetti. HEX triplet: DD, D1 and 40. RGB value is (221,209,64). Sum of RGB (Red+Green+Blue) = 221+209+64=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD140 is #222EBF. Grayscale: #C4C4C4. Windows color (decimal): -2240192 or 4248029. OLE color: 4248029.
HSL color Cylindrical-coordinate representation of color #DDD140: hue angle of 55.41º 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 #DDD140 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 64 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.13 |
| HSL | 55.41º | 0.7% | 0.56% | - |
| HSV(B) | 55.41º | 0.71% | 0.87% | - |
| XYZ | 53.54 | 61.34 | 13.87 | - |
| YUV | 196.06 | 53.48 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 64 | 0 | 0.05 | 0.71 | 0.13 | 55.41 | 0.7 | 0.56 |
| Hex | DD | D1 | 40 | 0 | 5 | 47 | D | 37 | 46 | 38 |
| Octal | 335 | 321 | 100 | 0 | 5 | 107 | 15 | 67 | 106 | 70 |
| Binary | 11011101 | 11010001 | 1000000 | 0 | 101 | 1000111 | 1101 | 110111 | 1000110 | 111000 |
Color Harmonies of #DDD140
Complementary color
Monochromatic Colors of #DDD140
Black with #DDD140
Text Example
Text Example
White with #DDD140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD140; }
p { color: rgb(221,209,64); }
H1.HeaderClassName
{
color: #DDD140;
}
.AnyTagClassName
{
color: #DDD140;
}
</style>
background-color css
<style>
a { background-color: #DDD140; }
a { background-color: rgb(221,209,64); }
div.DivClassName
{
background-color: #DDD140;
}
.BgClassName
{
background-color: #DDD140;
}
</style>
border-color css
<style>
span { border-color: #DDD140; }
span { border-color: rgb(221,209,64); }
td.TdClassName
{
border-color: #DDD140;
}
.TagClassName
{
border-color: #DDD140;
}
</style>