Shades of Confetti #DDD14D
Tints of Confetti #DDD14D
RGB
CMYK
RGB Variations
Color information
#DDD14D (or 0xDDD14D) is known color: Confetti. HEX triplet: DD, D1 and 4D. RGB value is (221,209,77). Sum of RGB (Red+Green+Blue) = 221+209+77=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 77 (30.47% from 255 or 15.19% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD14D is #222EB2. Grayscale: #C6C6C6. Windows color (decimal): -2240179 or 5099997. OLE color: 5099997.
HSL color Cylindrical-coordinate representation of color #DDD14D: hue angle of 55º 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 #DDD14D is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 77 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.13 |
| HSL | 55º | 0.68% | 0.58% | - |
| HSV(B) | 55º | 0.65% | 0.87% | - |
| XYZ | 53.96 | 61.51 | 16.05 | - |
| YUV | 197.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 77 | 0 | 0.05 | 0.65 | 0.13 | 55 | 0.68 | 0.58 |
| Hex | DD | D1 | 4D | 0 | 5 | 41 | D | 37 | 44 | 3A |
| Octal | 335 | 321 | 115 | 0 | 5 | 101 | 15 | 67 | 104 | 72 |
| Binary | 11011101 | 11010001 | 1001101 | 0 | 101 | 1000001 | 1101 | 110111 | 1000100 | 111010 |
Color Harmonies of #DDD14D
Complementary color
Monochromatic Colors of #DDD14D
Black with #DDD14D
Text Example
Text Example
White with #DDD14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD14D; }
p { color: rgb(221,209,77); }
H1.HeaderClassName
{
color: #DDD14D;
}
.AnyTagClassName
{
color: #DDD14D;
}
</style>
background-color css
<style>
a { background-color: #DDD14D; }
a { background-color: rgb(221,209,77); }
div.DivClassName
{
background-color: #DDD14D;
}
.BgClassName
{
background-color: #DDD14D;
}
</style>
border-color css
<style>
span { border-color: #DDD14D; }
span { border-color: rgb(221,209,77); }
td.TdClassName
{
border-color: #DDD14D;
}
.TagClassName
{
border-color: #DDD14D;
}
</style>