Shades of Confetti #DDD043
Tints of Confetti #DDD043
RGB
CMYK
RGB Variations
Color information
#DDD043 (or 0xDDD043) is known color: Confetti. HEX triplet: DD, D0 and 43. RGB value is (221,208,67). Sum of RGB (Red+Green+Blue) = 221+208+67=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 67 (26.56% from 255 or 13.51% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD043 is #222FBC. Grayscale: #C4C4C4. Windows color (decimal): -2240445 or 4444381. OLE color: 4444381.
HSL color Cylindrical-coordinate representation of color #DDD043: hue angle of 54.94º 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 #DDD043 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 67 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.13 |
| HSL | 54.94º | 0.69% | 0.56% | - |
| HSV(B) | 54.94º | 0.7% | 0.87% | - |
| XYZ | 53.39 | 60.89 | 14.25 | - |
| YUV | 195.81 | 55.31 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 67 | 0 | 0.06 | 0.70 | 0.13 | 54.94 | 0.69 | 0.56 |
| Hex | DD | D0 | 43 | 0 | 6 | 46 | D | 37 | 45 | 38 |
| Octal | 335 | 320 | 103 | 0 | 6 | 106 | 15 | 67 | 105 | 70 |
| Binary | 11011101 | 11010000 | 1000011 | 0 | 110 | 1000110 | 1101 | 110111 | 1000101 | 111000 |
Color Harmonies of #DDD043
Complementary color
Monochromatic Colors of #DDD043
Black with #DDD043
Text Example
Text Example
White with #DDD043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD043; }
p { color: rgb(221,208,67); }
H1.HeaderClassName
{
color: #DDD043;
}
.AnyTagClassName
{
color: #DDD043;
}
</style>
background-color css
<style>
a { background-color: #DDD043; }
a { background-color: rgb(221,208,67); }
div.DivClassName
{
background-color: #DDD043;
}
.BgClassName
{
background-color: #DDD043;
}
</style>
border-color css
<style>
span { border-color: #DDD043; }
span { border-color: rgb(221,208,67); }
td.TdClassName
{
border-color: #DDD043;
}
.TagClassName
{
border-color: #DDD043;
}
</style>