Shades of Confetti #DDC041
Tints of Confetti #DDC041
RGB
CMYK
RGB Variations
Color information
#DDC041 (or 0xDDC041) is known color: Confetti. HEX triplet: DD, C0 and 41. RGB value is (221,192,65). Sum of RGB (Red+Green+Blue) = 221+192+65=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 65 (25.78% from 255 or 13.60% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC041 is #223FBE. Grayscale: #BABABA. Windows color (decimal): -2244543 or 4309213. OLE color: 4309213.
HSL color Cylindrical-coordinate representation of color #DDC041: hue angle of 48.85º 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 #DDC041 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 65 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.13 |
| HSL | 48.85º | 0.7% | 0.56% | - |
| HSV(B) | 48.85º | 0.71% | 0.87% | - |
| XYZ | 49.62 | 53.45 | 12.7 | - |
| YUV | 186.19 | 59.61 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 65 | 0 | 0.13 | 0.71 | 0.13 | 48.85 | 0.7 | 0.56 |
| Hex | DD | C0 | 41 | 0 | D | 47 | D | 31 | 46 | 38 |
| Octal | 335 | 300 | 101 | 0 | 15 | 107 | 15 | 61 | 106 | 70 |
| Binary | 11011101 | 11000000 | 1000001 | 0 | 1101 | 1000111 | 1101 | 110001 | 1000110 | 111000 |
Color Harmonies of #DDC041
Complementary color
Monochromatic Colors of #DDC041
Black with #DDC041
Text Example
Text Example
White with #DDC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC041; }
p { color: rgb(221,192,65); }
H1.HeaderClassName
{
color: #DDC041;
}
.AnyTagClassName
{
color: #DDC041;
}
</style>
background-color css
<style>
a { background-color: #DDC041; }
a { background-color: rgb(221,192,65); }
div.DivClassName
{
background-color: #DDC041;
}
.BgClassName
{
background-color: #DDC041;
}
</style>
border-color css
<style>
span { border-color: #DDC041; }
span { border-color: rgb(221,192,65); }
td.TdClassName
{
border-color: #DDC041;
}
.TagClassName
{
border-color: #DDC041;
}
</style>