Shades of Confetti #DDD442
Tints of Confetti #DDD442
RGB
CMYK
RGB Variations
Color information
#DDD442 (or 0xDDD442) is known color: Confetti. HEX triplet: DD, D4 and 42. RGB value is (221,212,66). Sum of RGB (Red+Green+Blue) = 221+212+66=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD442 is #222BBD. Grayscale: #C6C6C6. Windows color (decimal): -2239422 or 4379869. OLE color: 4379869.
HSL color Cylindrical-coordinate representation of color #DDD442: hue angle of 56.52º degrees, saturation: 0.7, 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 #DDD442 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 66 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.13 |
| HSL | 56.52º | 0.7% | 0.56% | - |
| HSV(B) | 56.52º | 0.7% | 0.87% | - |
| XYZ | 54.35 | 62.85 | 14.42 | - |
| YUV | 198.05 | 53.48 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 66 | 0 | 0.04 | 0.70 | 0.13 | 56.52 | 0.7 | 0.56 |
| Hex | DD | D4 | 42 | 0 | 4 | 46 | D | 39 | 46 | 38 |
| Octal | 335 | 324 | 102 | 0 | 4 | 106 | 15 | 71 | 106 | 70 |
| Binary | 11011101 | 11010100 | 1000010 | 0 | 100 | 1000110 | 1101 | 111001 | 1000110 | 111000 |
Color Harmonies of #DDD442
Complementary color
Monochromatic Colors of #DDD442
Black with #DDD442
Text Example
Text Example
White with #DDD442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD442; }
p { color: rgb(221,212,66); }
H1.HeaderClassName
{
color: #DDD442;
}
.AnyTagClassName
{
color: #DDD442;
}
</style>
background-color css
<style>
a { background-color: #DDD442; }
a { background-color: rgb(221,212,66); }
div.DivClassName
{
background-color: #DDD442;
}
.BgClassName
{
background-color: #DDD442;
}
</style>
border-color css
<style>
span { border-color: #DDD442; }
span { border-color: rgb(221,212,66); }
td.TdClassName
{
border-color: #DDD442;
}
.TagClassName
{
border-color: #DDD442;
}
</style>