Shades of Confetti #DDC044
Tints of Confetti #DDC044
RGB
CMYK
RGB Variations
Color information
#DDC044 (or 0xDDC044) is known color: Confetti. HEX triplet: DD, C0 and 44. RGB value is (221,192,68). Sum of RGB (Red+Green+Blue) = 221+192+68=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 68 (26.95% from 255 or 14.14% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC044 is #223FBB. Grayscale: #BBBBBB. Windows color (decimal): -2244540 or 4505821. OLE color: 4505821.
HSL color Cylindrical-coordinate representation of color #DDC044: hue angle of 48.63º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDC044 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 68 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.13 |
| HSL | 48.63º | 0.69% | 0.57% | - |
| HSV(B) | 48.63º | 0.69% | 0.87% | - |
| XYZ | 49.71 | 53.49 | 13.17 | - |
| YUV | 186.54 | 61.11 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 68 | 0 | 0.13 | 0.69 | 0.13 | 48.63 | 0.69 | 0.57 |
| Hex | DD | C0 | 44 | 0 | D | 45 | D | 31 | 45 | 39 |
| Octal | 335 | 300 | 104 | 0 | 15 | 105 | 15 | 61 | 105 | 71 |
| Binary | 11011101 | 11000000 | 1000100 | 0 | 1101 | 1000101 | 1101 | 110001 | 1000101 | 111001 |
Color Harmonies of #DDC044
Complementary color
Monochromatic Colors of #DDC044
Black with #DDC044
Text Example
Text Example
White with #DDC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC044; }
p { color: rgb(221,192,68); }
H1.HeaderClassName
{
color: #DDC044;
}
.AnyTagClassName
{
color: #DDC044;
}
</style>
background-color css
<style>
a { background-color: #DDC044; }
a { background-color: rgb(221,192,68); }
div.DivClassName
{
background-color: #DDC044;
}
.BgClassName
{
background-color: #DDC044;
}
</style>
border-color css
<style>
span { border-color: #DDC044; }
span { border-color: rgb(221,192,68); }
td.TdClassName
{
border-color: #DDC044;
}
.TagClassName
{
border-color: #DDC044;
}
</style>