Shades of Confetti #DDC245
Tints of Confetti #DDC245
RGB
CMYK
RGB Variations
Color information
#DDC245 (or 0xDDC245) is known color: Confetti. HEX triplet: DD, C2 and 45. RGB value is (221,194,69). Sum of RGB (Red+Green+Blue) = 221+194+69=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC245 is #223DBA. Grayscale: #BCBCBC. Windows color (decimal): -2244027 or 4571869. OLE color: 4571869.
HSL color Cylindrical-coordinate representation of color #DDC245: hue angle of 49.34º 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 #DDC245 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 69 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.13 |
| HSL | 49.34º | 0.69% | 0.57% | - |
| HSV(B) | 49.34º | 0.69% | 0.87% | - |
| XYZ | 50.18 | 54.39 | 13.48 | - |
| YUV | 187.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 69 | 0 | 0.12 | 0.69 | 0.13 | 49.34 | 0.69 | 0.57 |
| Hex | DD | C2 | 45 | 0 | C | 45 | D | 31 | 45 | 39 |
| Octal | 335 | 302 | 105 | 0 | 14 | 105 | 15 | 61 | 105 | 71 |
| Binary | 11011101 | 11000010 | 1000101 | 0 | 1100 | 1000101 | 1101 | 110001 | 1000101 | 111001 |
Color Harmonies of #DDC245
Complementary color
Monochromatic Colors of #DDC245
Black with #DDC245
Text Example
Text Example
White with #DDC245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC245; }
p { color: rgb(221,194,69); }
H1.HeaderClassName
{
color: #DDC245;
}
.AnyTagClassName
{
color: #DDC245;
}
</style>
background-color css
<style>
a { background-color: #DDC245; }
a { background-color: rgb(221,194,69); }
div.DivClassName
{
background-color: #DDC245;
}
.BgClassName
{
background-color: #DDC245;
}
</style>
border-color css
<style>
span { border-color: #DDC245; }
span { border-color: rgb(221,194,69); }
td.TdClassName
{
border-color: #DDC245;
}
.TagClassName
{
border-color: #DDC245;
}
</style>