Shades of Confetti #DDD14A
Tints of Confetti #DDD14A
RGB
CMYK
RGB Variations
Color information
#DDD14A (or 0xDDD14A) is known color: Confetti. HEX triplet: DD, D1 and 4A. RGB value is (221,209,74). Sum of RGB (Red+Green+Blue) = 221+209+74=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 74 (29.30% from 255 or 14.68% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD14A is #222EB5. Grayscale: #C5C5C5. Windows color (decimal): -2240182 or 4903389. OLE color: 4903389.
HSL color Cylindrical-coordinate representation of color #DDD14A: hue angle of 55.1º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDD14A is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 74 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.13 |
| HSL | 55.1º | 0.68% | 0.58% | - |
| HSV(B) | 55.1º | 0.67% | 0.87% | - |
| XYZ | 53.86 | 61.47 | 15.5 | - |
| YUV | 197.2 | 58.48 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 74 | 0 | 0.05 | 0.67 | 0.13 | 55.1 | 0.68 | 0.58 |
| Hex | DD | D1 | 4A | 0 | 5 | 43 | D | 37 | 44 | 3A |
| Octal | 335 | 321 | 112 | 0 | 5 | 103 | 15 | 67 | 104 | 72 |
| Binary | 11011101 | 11010001 | 1001010 | 0 | 101 | 1000011 | 1101 | 110111 | 1000100 | 111010 |
Color Harmonies of #DDD14A
Complementary color
Monochromatic Colors of #DDD14A
Black with #DDD14A
Text Example
Text Example
White with #DDD14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD14A; }
p { color: rgb(221,209,74); }
H1.HeaderClassName
{
color: #DDD14A;
}
.AnyTagClassName
{
color: #DDD14A;
}
</style>
background-color css
<style>
a { background-color: #DDD14A; }
a { background-color: rgb(221,209,74); }
div.DivClassName
{
background-color: #DDD14A;
}
.BgClassName
{
background-color: #DDD14A;
}
</style>
border-color css
<style>
span { border-color: #DDD14A; }
span { border-color: rgb(221,209,74); }
td.TdClassName
{
border-color: #DDD14A;
}
.TagClassName
{
border-color: #DDD14A;
}
</style>