Shades of Confetti #DDD14E
Tints of Confetti #DDD14E
RGB
CMYK
RGB Variations
Color information
#DDD14E (or 0xDDD14E) is known color: Confetti. HEX triplet: DD, D1 and 4E. RGB value is (221,209,78). Sum of RGB (Red+Green+Blue) = 221+209+78=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 78 (30.86% from 255 or 15.35% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD14E is #222EB1. Grayscale: #C6C6C6. Windows color (decimal): -2240178 or 5165533. OLE color: 5165533.
HSL color Cylindrical-coordinate representation of color #DDD14E: hue angle of 54.97º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDD14E is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 78 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.13 |
| HSL | 54.97º | 0.68% | 0.59% | - |
| HSV(B) | 54.97º | 0.65% | 0.87% | - |
| XYZ | 53.99 | 61.52 | 16.24 | - |
| YUV | 197.65 | 60.48 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 78 | 0 | 0.05 | 0.65 | 0.13 | 54.97 | 0.68 | 0.59 |
| Hex | DD | D1 | 4E | 0 | 5 | 41 | D | 37 | 44 | 3B |
| Octal | 335 | 321 | 116 | 0 | 5 | 101 | 15 | 67 | 104 | 73 |
| Binary | 11011101 | 11010001 | 1001110 | 0 | 101 | 1000001 | 1101 | 110111 | 1000100 | 111011 |
Color Harmonies of #DDD14E
Complementary color
Monochromatic Colors of #DDD14E
Black with #DDD14E
Text Example
Text Example
White with #DDD14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD14E; }
p { color: rgb(221,209,78); }
H1.HeaderClassName
{
color: #DDD14E;
}
.AnyTagClassName
{
color: #DDD14E;
}
</style>
background-color css
<style>
a { background-color: #DDD14E; }
a { background-color: rgb(221,209,78); }
div.DivClassName
{
background-color: #DDD14E;
}
.BgClassName
{
background-color: #DDD14E;
}
</style>
border-color css
<style>
span { border-color: #DDD14E; }
span { border-color: rgb(221,209,78); }
td.TdClassName
{
border-color: #DDD14E;
}
.TagClassName
{
border-color: #DDD14E;
}
</style>