Shades of Confetti #DDD045
Tints of Confetti #DDD045
RGB
CMYK
RGB Variations
Color information
#DDD045 (or 0xDDD045) is known color: Confetti. HEX triplet: DD, D0 and 45. RGB value is (221,208,69). Sum of RGB (Red+Green+Blue) = 221+208+69=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 69 (27.34% from 255 or 13.86% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD045 is #222FBA. Grayscale: #C4C4C4. Windows color (decimal): -2240443 or 4575453. OLE color: 4575453.
HSL color Cylindrical-coordinate representation of color #DDD045: hue angle of 54.87º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDD045 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 69 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.13 |
| HSL | 54.87º | 0.69% | 0.57% | - |
| HSV(B) | 54.87º | 0.69% | 0.87% | - |
| XYZ | 53.45 | 60.91 | 14.57 | - |
| YUV | 196.04 | 56.31 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 69 | 0 | 0.06 | 0.69 | 0.13 | 54.87 | 0.69 | 0.57 |
| Hex | DD | D0 | 45 | 0 | 6 | 45 | D | 37 | 45 | 39 |
| Octal | 335 | 320 | 105 | 0 | 6 | 105 | 15 | 67 | 105 | 71 |
| Binary | 11011101 | 11010000 | 1000101 | 0 | 110 | 1000101 | 1101 | 110111 | 1000101 | 111001 |
Color Harmonies of #DDD045
Complementary color
Monochromatic Colors of #DDD045
Black with #DDD045
Text Example
Text Example
White with #DDD045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD045; }
p { color: rgb(221,208,69); }
H1.HeaderClassName
{
color: #DDD045;
}
.AnyTagClassName
{
color: #DDD045;
}
</style>
background-color css
<style>
a { background-color: #DDD045; }
a { background-color: rgb(221,208,69); }
div.DivClassName
{
background-color: #DDD045;
}
.BgClassName
{
background-color: #DDD045;
}
</style>
border-color css
<style>
span { border-color: #DDD045; }
span { border-color: rgb(221,208,69); }
td.TdClassName
{
border-color: #DDD045;
}
.TagClassName
{
border-color: #DDD045;
}
</style>