Shades of Confetti #DDC955
Tints of Confetti #DDC955
RGB
CMYK
RGB Variations
Color information
#DDC955 (or 0xDDC955) is known color: Confetti. HEX triplet: DD, C9 and 55. RGB value is (221,201,85). Sum of RGB (Red+Green+Blue) = 221+201+85=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC955 is #2236AA. Grayscale: #C2C2C2. Windows color (decimal): -2242219 or 5622237. OLE color: 5622237.
HSL color Cylindrical-coordinate representation of color #DDC955: hue angle of 51.18º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDC955 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 85 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.13 |
| HSL | 51.18º | 0.67% | 0.6% | - |
| HSV(B) | 51.18º | 0.62% | 0.87% | - |
| XYZ | 52.35 | 57.8 | 16.99 | - |
| YUV | 193.76 | 66.63 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 85 | 0 | 0.09 | 0.62 | 0.13 | 51.18 | 0.67 | 0.6 |
| Hex | DD | C9 | 55 | 0 | 9 | 3E | D | 33 | 43 | 3C |
| Octal | 335 | 311 | 125 | 0 | 11 | 76 | 15 | 63 | 103 | 74 |
| Binary | 11011101 | 11001001 | 1010101 | 0 | 1001 | 111110 | 1101 | 110011 | 1000011 | 111100 |
Color Harmonies of #DDC955
Complementary color
Monochromatic Colors of #DDC955
Black with #DDC955
Text Example
Text Example
White with #DDC955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC955; }
p { color: rgb(221,201,85); }
H1.HeaderClassName
{
color: #DDC955;
}
.AnyTagClassName
{
color: #DDC955;
}
</style>
background-color css
<style>
a { background-color: #DDC955; }
a { background-color: rgb(221,201,85); }
div.DivClassName
{
background-color: #DDC955;
}
.BgClassName
{
background-color: #DDC955;
}
</style>
border-color css
<style>
span { border-color: #DDC955; }
span { border-color: rgb(221,201,85); }
td.TdClassName
{
border-color: #DDC955;
}
.TagClassName
{
border-color: #DDC955;
}
</style>