Shades of Confetti #DDC646
Tints of Confetti #DDC646
RGB
CMYK
RGB Variations
Color information
#DDC646 (or 0xDDC646) is known color: Confetti. HEX triplet: DD, C6 and 46. RGB value is (221,198,70). Sum of RGB (Red+Green+Blue) = 221+198+70=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 70 (27.73% from 255 or 14.31% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC646 is #2239B9. Grayscale: #BEBEBE. Windows color (decimal): -2243002 or 4638429. OLE color: 4638429.
HSL color Cylindrical-coordinate representation of color #DDC646: hue angle of 50.86º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDC646 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 70 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.13 |
| HSL | 50.86º | 0.69% | 0.57% | - |
| HSV(B) | 50.86º | 0.68% | 0.87% | - |
| XYZ | 51.12 | 56.2 | 13.95 | - |
| YUV | 190.29 | 60.12 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 70 | 0 | 0.10 | 0.68 | 0.13 | 50.86 | 0.69 | 0.57 |
| Hex | DD | C6 | 46 | 0 | A | 44 | D | 33 | 45 | 39 |
| Octal | 335 | 306 | 106 | 0 | 12 | 104 | 15 | 63 | 105 | 71 |
| Binary | 11011101 | 11000110 | 1000110 | 0 | 1010 | 1000100 | 1101 | 110011 | 1000101 | 111001 |
Color Harmonies of #DDC646
Complementary color
Monochromatic Colors of #DDC646
Black with #DDC646
Text Example
Text Example
White with #DDC646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC646; }
p { color: rgb(221,198,70); }
H1.HeaderClassName
{
color: #DDC646;
}
.AnyTagClassName
{
color: #DDC646;
}
</style>
background-color css
<style>
a { background-color: #DDC646; }
a { background-color: rgb(221,198,70); }
div.DivClassName
{
background-color: #DDC646;
}
.BgClassName
{
background-color: #DDC646;
}
</style>
border-color css
<style>
span { border-color: #DDC646; }
span { border-color: rgb(221,198,70); }
td.TdClassName
{
border-color: #DDC646;
}
.TagClassName
{
border-color: #DDC646;
}
</style>