Shades of Confetti #DDD13F
Tints of Confetti #DDD13F
RGB
CMYK
RGB Variations
Color information
#DDD13F (or 0xDDD13F) is known color: Confetti. HEX triplet: DD, D1 and 3F. RGB value is (221,209,63). Sum of RGB (Red+Green+Blue) = 221+209+63=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 63 (25% from 255 or 12.78% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD13F is #222EC0. Grayscale: #C4C4C4. Windows color (decimal): -2240193 or 4182493. OLE color: 4182493.
HSL color Cylindrical-coordinate representation of color #DDD13F: hue angle of 55.44º 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 #DDD13F is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 63 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.13 |
| HSL | 55.44º | 0.7% | 0.56% | - |
| HSV(B) | 55.44º | 0.71% | 0.87% | - |
| XYZ | 53.52 | 61.33 | 13.72 | - |
| YUV | 195.94 | 52.98 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 63 | 0 | 0.05 | 0.71 | 0.13 | 55.44 | 0.7 | 0.56 |
| Hex | DD | D1 | 3F | 0 | 5 | 47 | D | 37 | 46 | 38 |
| Octal | 335 | 321 | 77 | 0 | 5 | 107 | 15 | 67 | 106 | 70 |
| Binary | 11011101 | 11010001 | 111111 | 0 | 101 | 1000111 | 1101 | 110111 | 1000110 | 111000 |
Color Harmonies of #DDD13F
Complementary color
Monochromatic Colors of #DDD13F
Black with #DDD13F
Text Example
Text Example
White with #DDD13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD13F; }
p { color: rgb(221,209,63); }
H1.HeaderClassName
{
color: #DDD13F;
}
.AnyTagClassName
{
color: #DDD13F;
}
</style>
background-color css
<style>
a { background-color: #DDD13F; }
a { background-color: rgb(221,209,63); }
div.DivClassName
{
background-color: #DDD13F;
}
.BgClassName
{
background-color: #DDD13F;
}
</style>
border-color css
<style>
span { border-color: #DDD13F; }
span { border-color: rgb(221,209,63); }
td.TdClassName
{
border-color: #DDD13F;
}
.TagClassName
{
border-color: #DDD13F;
}
</style>