Shades of Confetti #DDC551
Tints of Confetti #DDC551
RGB
CMYK
RGB Variations
Color information
#DDC551 (or 0xDDC551) is known color: Confetti. HEX triplet: DD, C5 and 51. RGB value is (221,197,81). Sum of RGB (Red+Green+Blue) = 221+197+81=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 81 (32.03% from 255 or 16.23% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC551 is #223AAE. Grayscale: #BFBFBF. Windows color (decimal): -2243247 or 5359069. OLE color: 5359069.
HSL color Cylindrical-coordinate representation of color #DDC551: hue angle of 49.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDC551 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 81 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.13 |
| HSL | 49.71º | 0.67% | 0.59% | - |
| HSV(B) | 49.71º | 0.63% | 0.87% | - |
| XYZ | 51.27 | 55.9 | 15.87 | - |
| YUV | 190.95 | 65.95 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 81 | 0 | 0.11 | 0.63 | 0.13 | 49.71 | 0.67 | 0.59 |
| Hex | DD | C5 | 51 | 0 | B | 3F | D | 32 | 43 | 3B |
| Octal | 335 | 305 | 121 | 0 | 13 | 77 | 15 | 62 | 103 | 73 |
| Binary | 11011101 | 11000101 | 1010001 | 0 | 1011 | 111111 | 1101 | 110010 | 1000011 | 111011 |
Color Harmonies of #DDC551
Complementary color
Monochromatic Colors of #DDC551
Black with #DDC551
Text Example
Text Example
White with #DDC551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC551; }
p { color: rgb(221,197,81); }
H1.HeaderClassName
{
color: #DDC551;
}
.AnyTagClassName
{
color: #DDC551;
}
</style>
background-color css
<style>
a { background-color: #DDC551; }
a { background-color: rgb(221,197,81); }
div.DivClassName
{
background-color: #DDC551;
}
.BgClassName
{
background-color: #DDC551;
}
</style>
border-color css
<style>
span { border-color: #DDC551; }
span { border-color: rgb(221,197,81); }
td.TdClassName
{
border-color: #DDC551;
}
.TagClassName
{
border-color: #DDC551;
}
</style>