Shades of Confetti #DDC642
Tints of Confetti #DDC642
RGB
CMYK
RGB Variations
Color information
#DDC642 (or 0xDDC642) is known color: Confetti. HEX triplet: DD, C6 and 42. RGB value is (221,198,66). Sum of RGB (Red+Green+Blue) = 221+198+66=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 66 (26.17% from 255 or 13.61% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC642 is #2239BD. Grayscale: #BEBEBE. Windows color (decimal): -2243006 or 4376285. OLE color: 4376285.
HSL color Cylindrical-coordinate representation of color #DDC642: hue angle of 51.1º 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 #DDC642 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 66 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.13 |
| HSL | 51.1º | 0.7% | 0.56% | - |
| HSV(B) | 51.1º | 0.7% | 0.87% | - |
| XYZ | 51 | 56.15 | 13.31 | - |
| YUV | 189.83 | 58.12 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 66 | 0 | 0.10 | 0.70 | 0.13 | 51.1 | 0.7 | 0.56 |
| Hex | DD | C6 | 42 | 0 | A | 46 | D | 33 | 46 | 38 |
| Octal | 335 | 306 | 102 | 0 | 12 | 106 | 15 | 63 | 106 | 70 |
| Binary | 11011101 | 11000110 | 1000010 | 0 | 1010 | 1000110 | 1101 | 110011 | 1000110 | 111000 |
Color Harmonies of #DDC642
Complementary color
Monochromatic Colors of #DDC642
Black with #DDC642
Text Example
Text Example
White with #DDC642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC642; }
p { color: rgb(221,198,66); }
H1.HeaderClassName
{
color: #DDC642;
}
.AnyTagClassName
{
color: #DDC642;
}
</style>
background-color css
<style>
a { background-color: #DDC642; }
a { background-color: rgb(221,198,66); }
div.DivClassName
{
background-color: #DDC642;
}
.BgClassName
{
background-color: #DDC642;
}
</style>
border-color css
<style>
span { border-color: #DDC642; }
span { border-color: rgb(221,198,66); }
td.TdClassName
{
border-color: #DDC642;
}
.TagClassName
{
border-color: #DDC642;
}
</style>