Shades of Confetti #DDC656
Tints of Confetti #DDC656
RGB
CMYK
RGB Variations
Color information
#DDC656 (or 0xDDC656) is known color: Confetti. HEX triplet: DD, C6 and 56. RGB value is (221,198,86). Sum of RGB (Red+Green+Blue) = 221+198+86=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 86 (33.98% from 255 or 17.03% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC656 is #2239A9. Grayscale: #C0C0C0. Windows color (decimal): -2242986 or 5687005. OLE color: 5687005.
HSL color Cylindrical-coordinate representation of color #DDC656: hue angle of 49.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDC656 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 86 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.13 |
| HSL | 49.78º | 0.67% | 0.6% | - |
| HSV(B) | 49.78º | 0.61% | 0.87% | - |
| XYZ | 51.69 | 56.43 | 16.97 | - |
| YUV | 192.11 | 68.12 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 86 | 0 | 0.10 | 0.61 | 0.13 | 49.78 | 0.67 | 0.6 |
| Hex | DD | C6 | 56 | 0 | A | 3D | D | 32 | 43 | 3C |
| Octal | 335 | 306 | 126 | 0 | 12 | 75 | 15 | 62 | 103 | 74 |
| Binary | 11011101 | 11000110 | 1010110 | 0 | 1010 | 111101 | 1101 | 110010 | 1000011 | 111100 |
Color Harmonies of #DDC656
Complementary color
Monochromatic Colors of #DDC656
Black with #DDC656
Text Example
Text Example
White with #DDC656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC656; }
p { color: rgb(221,198,86); }
H1.HeaderClassName
{
color: #DDC656;
}
.AnyTagClassName
{
color: #DDC656;
}
</style>
background-color css
<style>
a { background-color: #DDC656; }
a { background-color: rgb(221,198,86); }
div.DivClassName
{
background-color: #DDC656;
}
.BgClassName
{
background-color: #DDC656;
}
</style>
border-color css
<style>
span { border-color: #DDC656; }
span { border-color: rgb(221,198,86); }
td.TdClassName
{
border-color: #DDC656;
}
.TagClassName
{
border-color: #DDC656;
}
</style>