Shades of Confetti #DDC043
Tints of Confetti #DDC043
RGB
CMYK
RGB Variations
Color information
#DDC043 (or 0xDDC043) is known color: Confetti. HEX triplet: DD, C0 and 43. RGB value is (221,192,67). Sum of RGB (Red+Green+Blue) = 221+192+67=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 67 (26.56% from 255 or 13.96% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC043 is #223FBC. Grayscale: #BABABA. Windows color (decimal): -2244541 or 4440285. OLE color: 4440285.
HSL color Cylindrical-coordinate representation of color #DDC043: hue angle of 48.7º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDC043 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 67 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.13 |
| HSL | 48.7º | 0.69% | 0.56% | - |
| HSV(B) | 48.7º | 0.7% | 0.87% | - |
| XYZ | 49.68 | 53.48 | 13.01 | - |
| YUV | 186.42 | 60.61 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 67 | 0 | 0.13 | 0.70 | 0.13 | 48.7 | 0.69 | 0.56 |
| Hex | DD | C0 | 43 | 0 | D | 46 | D | 31 | 45 | 38 |
| Octal | 335 | 300 | 103 | 0 | 15 | 106 | 15 | 61 | 105 | 70 |
| Binary | 11011101 | 11000000 | 1000011 | 0 | 1101 | 1000110 | 1101 | 110001 | 1000101 | 111000 |
Color Harmonies of #DDC043
Complementary color
Monochromatic Colors of #DDC043
Black with #DDC043
Text Example
Text Example
White with #DDC043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC043; }
p { color: rgb(221,192,67); }
H1.HeaderClassName
{
color: #DDC043;
}
.AnyTagClassName
{
color: #DDC043;
}
</style>
background-color css
<style>
a { background-color: #DDC043; }
a { background-color: rgb(221,192,67); }
div.DivClassName
{
background-color: #DDC043;
}
.BgClassName
{
background-color: #DDC043;
}
</style>
border-color css
<style>
span { border-color: #DDC043; }
span { border-color: rgb(221,192,67); }
td.TdClassName
{
border-color: #DDC043;
}
.TagClassName
{
border-color: #DDC043;
}
</style>