Shades of Confetti #DDD448
Tints of Confetti #DDD448
RGB
CMYK
RGB Variations
Color information
#DDD448 (or 0xDDD448) is known color: Confetti. HEX triplet: DD, D4 and 48. RGB value is (221,212,72). Sum of RGB (Red+Green+Blue) = 221+212+72=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD448 is #222BB7. Grayscale: #C7C7C7. Windows color (decimal): -2239416 or 4773085. OLE color: 4773085.
HSL color Cylindrical-coordinate representation of color #DDD448: hue angle of 56.38º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDD448 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 72 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.13 |
| HSL | 56.38º | 0.69% | 0.57% | - |
| HSV(B) | 56.38º | 0.67% | 0.87% | - |
| XYZ | 54.53 | 62.93 | 15.4 | - |
| YUV | 198.73 | 56.48 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 72 | 0 | 0.04 | 0.67 | 0.13 | 56.38 | 0.69 | 0.57 |
| Hex | DD | D4 | 48 | 0 | 4 | 43 | D | 38 | 45 | 39 |
| Octal | 335 | 324 | 110 | 0 | 4 | 103 | 15 | 70 | 105 | 71 |
| Binary | 11011101 | 11010100 | 1001000 | 0 | 100 | 1000011 | 1101 | 111000 | 1000101 | 111001 |
Color Harmonies of #DDD448
Complementary color
Monochromatic Colors of #DDD448
Black with #DDD448
Text Example
Text Example
White with #DDD448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD448; }
p { color: rgb(221,212,72); }
H1.HeaderClassName
{
color: #DDD448;
}
.AnyTagClassName
{
color: #DDD448;
}
</style>
background-color css
<style>
a { background-color: #DDD448; }
a { background-color: rgb(221,212,72); }
div.DivClassName
{
background-color: #DDD448;
}
.BgClassName
{
background-color: #DDD448;
}
</style>
border-color css
<style>
span { border-color: #DDD448; }
span { border-color: rgb(221,212,72); }
td.TdClassName
{
border-color: #DDD448;
}
.TagClassName
{
border-color: #DDD448;
}
</style>