Shades of Confetti #DDC958
Tints of Confetti #DDC958
RGB
CMYK
RGB Variations
Color information
#DDC958 (or 0xDDC958) is known color: Confetti. HEX triplet: DD, C9 and 58. RGB value is (221,201,88). Sum of RGB (Red+Green+Blue) = 221+201+88=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC958 is #2236A7. Grayscale: #C2C2C2. Windows color (decimal): -2242216 or 5818845. OLE color: 5818845.
HSL color Cylindrical-coordinate representation of color #DDC958: hue angle of 50.98º 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 #DDC958 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 88 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.13 |
| HSL | 50.98º | 0.66% | 0.61% | - |
| HSV(B) | 50.98º | 0.6% | 0.87% | - |
| XYZ | 52.47 | 57.85 | 17.63 | - |
| YUV | 194.1 | 68.13 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 88 | 0 | 0.09 | 0.60 | 0.13 | 50.98 | 0.66 | 0.61 |
| Hex | DD | C9 | 58 | 0 | 9 | 3C | D | 33 | 42 | 3D |
| Octal | 335 | 311 | 130 | 0 | 11 | 74 | 15 | 63 | 102 | 75 |
| Binary | 11011101 | 11001001 | 1011000 | 0 | 1001 | 111100 | 1101 | 110011 | 1000010 | 111101 |
Color Harmonies of #DDC958
Complementary color
Monochromatic Colors of #DDC958
Black with #DDC958
Text Example
Text Example
White with #DDC958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC958; }
p { color: rgb(221,201,88); }
H1.HeaderClassName
{
color: #DDC958;
}
.AnyTagClassName
{
color: #DDC958;
}
</style>
background-color css
<style>
a { background-color: #DDC958; }
a { background-color: rgb(221,201,88); }
div.DivClassName
{
background-color: #DDC958;
}
.BgClassName
{
background-color: #DDC958;
}
</style>
border-color css
<style>
span { border-color: #DDC958; }
span { border-color: rgb(221,201,88); }
td.TdClassName
{
border-color: #DDC958;
}
.TagClassName
{
border-color: #DDC958;
}
</style>