Shades of Confetti #DDC651
Tints of Confetti #DDC651
RGB
CMYK
RGB Variations
Color information
#DDC651 (or 0xDDC651) is known color: Confetti. HEX triplet: DD, C6 and 51. RGB value is (221,198,81). Sum of RGB (Red+Green+Blue) = 221+198+81=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 81 (32.03% from 255 or 16.2% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC651 is #2239AE. Grayscale: #C0C0C0. Windows color (decimal): -2242991 or 5359325. OLE color: 5359325.
HSL color Cylindrical-coordinate representation of color #DDC651: hue angle of 50.14º 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 #DDC651 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 81 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.13 |
| HSL | 50.14º | 0.67% | 0.59% | - |
| HSV(B) | 50.14º | 0.63% | 0.87% | - |
| XYZ | 51.5 | 56.35 | 15.95 | - |
| YUV | 191.54 | 65.62 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 81 | 0 | 0.10 | 0.63 | 0.13 | 50.14 | 0.67 | 0.59 |
| Hex | DD | C6 | 51 | 0 | A | 3F | D | 32 | 43 | 3B |
| Octal | 335 | 306 | 121 | 0 | 12 | 77 | 15 | 62 | 103 | 73 |
| Binary | 11011101 | 11000110 | 1010001 | 0 | 1010 | 111111 | 1101 | 110010 | 1000011 | 111011 |
Color Harmonies of #DDC651
Complementary color
Monochromatic Colors of #DDC651
Black with #DDC651
Text Example
Text Example
White with #DDC651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC651; }
p { color: rgb(221,198,81); }
H1.HeaderClassName
{
color: #DDC651;
}
.AnyTagClassName
{
color: #DDC651;
}
</style>
background-color css
<style>
a { background-color: #DDC651; }
a { background-color: rgb(221,198,81); }
div.DivClassName
{
background-color: #DDC651;
}
.BgClassName
{
background-color: #DDC651;
}
</style>
border-color css
<style>
span { border-color: #DDC651; }
span { border-color: rgb(221,198,81); }
td.TdClassName
{
border-color: #DDC651;
}
.TagClassName
{
border-color: #DDC651;
}
</style>