Shades of Confetti #DDC040
Tints of Confetti #DDC040
RGB
CMYK
RGB Variations
Color information
#DDC040 (or 0xDDC040) is known color: Confetti. HEX triplet: DD, C0 and 40. RGB value is (221,192,64). Sum of RGB (Red+Green+Blue) = 221+192+64=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC040 is #223FBF. Grayscale: #BABABA. Windows color (decimal): -2244544 or 4243677. OLE color: 4243677.
HSL color Cylindrical-coordinate representation of color #DDC040: hue angle of 48.92º 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 #DDC040 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 64 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.13 |
| HSL | 48.92º | 0.7% | 0.56% | - |
| HSV(B) | 48.92º | 0.71% | 0.87% | - |
| XYZ | 49.59 | 53.44 | 12.55 | - |
| YUV | 186.08 | 59.11 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 64 | 0 | 0.13 | 0.71 | 0.13 | 48.92 | 0.7 | 0.56 |
| Hex | DD | C0 | 40 | 0 | D | 47 | D | 31 | 46 | 38 |
| Octal | 335 | 300 | 100 | 0 | 15 | 107 | 15 | 61 | 106 | 70 |
| Binary | 11011101 | 11000000 | 1000000 | 0 | 1101 | 1000111 | 1101 | 110001 | 1000110 | 111000 |
Color Harmonies of #DDC040
Complementary color
Monochromatic Colors of #DDC040
Black with #DDC040
Text Example
Text Example
White with #DDC040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC040; }
p { color: rgb(221,192,64); }
H1.HeaderClassName
{
color: #DDC040;
}
.AnyTagClassName
{
color: #DDC040;
}
</style>
background-color css
<style>
a { background-color: #DDC040; }
a { background-color: rgb(221,192,64); }
div.DivClassName
{
background-color: #DDC040;
}
.BgClassName
{
background-color: #DDC040;
}
</style>
border-color css
<style>
span { border-color: #DDC040; }
span { border-color: rgb(221,192,64); }
td.TdClassName
{
border-color: #DDC040;
}
.TagClassName
{
border-color: #DDC040;
}
</style>