Shades of Confetti #DDC445
Tints of Confetti #DDC445
RGB
CMYK
RGB Variations
Color information
#DDC445 (or 0xDDC445) is known color: Confetti. HEX triplet: DD, C4 and 45. RGB value is (221,196,69). Sum of RGB (Red+Green+Blue) = 221+196+69=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC445 is #223BBA. Grayscale: #BDBDBD. Windows color (decimal): -2243515 or 4572381. OLE color: 4572381.
HSL color Cylindrical-coordinate representation of color #DDC445: hue angle of 50.13º 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 #DDC445 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 69 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.13 |
| HSL | 50.13º | 0.69% | 0.57% | - |
| HSV(B) | 50.13º | 0.69% | 0.87% | - |
| XYZ | 50.63 | 55.28 | 13.63 | - |
| YUV | 189 | 60.28 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 69 | 0 | 0.11 | 0.69 | 0.13 | 50.13 | 0.69 | 0.57 |
| Hex | DD | C4 | 45 | 0 | B | 45 | D | 32 | 45 | 39 |
| Octal | 335 | 304 | 105 | 0 | 13 | 105 | 15 | 62 | 105 | 71 |
| Binary | 11011101 | 11000100 | 1000101 | 0 | 1011 | 1000101 | 1101 | 110010 | 1000101 | 111001 |
Color Harmonies of #DDC445
Complementary color
Monochromatic Colors of #DDC445
Black with #DDC445
Text Example
Text Example
White with #DDC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC445; }
p { color: rgb(221,196,69); }
H1.HeaderClassName
{
color: #DDC445;
}
.AnyTagClassName
{
color: #DDC445;
}
</style>
background-color css
<style>
a { background-color: #DDC445; }
a { background-color: rgb(221,196,69); }
div.DivClassName
{
background-color: #DDC445;
}
.BgClassName
{
background-color: #DDC445;
}
</style>
border-color css
<style>
span { border-color: #DDC445; }
span { border-color: rgb(221,196,69); }
td.TdClassName
{
border-color: #DDC445;
}
.TagClassName
{
border-color: #DDC445;
}
</style>