Shades of Confetti #DDC858
Tints of Confetti #DDC858
RGB
CMYK
RGB Variations
Color information
#DDC858 (or 0xDDC858) is known color: Confetti. HEX triplet: DD, C8 and 58. RGB value is (221,200,88). Sum of RGB (Red+Green+Blue) = 221+200+88=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC858 is #2237A7. Grayscale: #C1C1C1. Windows color (decimal): -2242472 or 5818589. OLE color: 5818589.
HSL color Cylindrical-coordinate representation of color #DDC858: hue angle of 50.53º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDC858 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 88 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.13 |
| HSL | 50.53º | 0.66% | 0.61% | - |
| HSV(B) | 50.53º | 0.6% | 0.87% | - |
| XYZ | 52.23 | 57.39 | 17.56 | - |
| YUV | 193.51 | 68.46 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 88 | 0 | 0.10 | 0.60 | 0.13 | 50.53 | 0.66 | 0.61 |
| Hex | DD | C8 | 58 | 0 | A | 3C | D | 33 | 42 | 3D |
| Octal | 335 | 310 | 130 | 0 | 12 | 74 | 15 | 63 | 102 | 75 |
| Binary | 11011101 | 11001000 | 1011000 | 0 | 1010 | 111100 | 1101 | 110011 | 1000010 | 111101 |
Color Harmonies of #DDC858
Complementary color
Monochromatic Colors of #DDC858
Black with #DDC858
Text Example
Text Example
White with #DDC858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC858; }
p { color: rgb(221,200,88); }
H1.HeaderClassName
{
color: #DDC858;
}
.AnyTagClassName
{
color: #DDC858;
}
</style>
background-color css
<style>
a { background-color: #DDC858; }
a { background-color: rgb(221,200,88); }
div.DivClassName
{
background-color: #DDC858;
}
.BgClassName
{
background-color: #DDC858;
}
</style>
border-color css
<style>
span { border-color: #DDC858; }
span { border-color: rgb(221,200,88); }
td.TdClassName
{
border-color: #DDC858;
}
.TagClassName
{
border-color: #DDC858;
}
</style>