Shades of Confetti #DDC650
Tints of Confetti #DDC650
RGB
CMYK
RGB Variations
Color information
#DDC650 (or 0xDDC650) is known color: Confetti. HEX triplet: DD, C6 and 50. RGB value is (221,198,80). Sum of RGB (Red+Green+Blue) = 221+198+80=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC650 is #2239AF. Grayscale: #BFBFBF. Windows color (decimal): -2242992 or 5293789. OLE color: 5293789.
HSL color Cylindrical-coordinate representation of color #DDC650: hue angle of 50.21º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDC650 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 80 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.13 |
| HSL | 50.21º | 0.67% | 0.59% | - |
| HSV(B) | 50.21º | 0.64% | 0.87% | - |
| XYZ | 51.46 | 56.34 | 15.75 | - |
| YUV | 191.43 | 65.12 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 80 | 0 | 0.10 | 0.64 | 0.13 | 50.21 | 0.67 | 0.59 |
| Hex | DD | C6 | 50 | 0 | A | 40 | D | 32 | 43 | 3B |
| Octal | 335 | 306 | 120 | 0 | 12 | 100 | 15 | 62 | 103 | 73 |
| Binary | 11011101 | 11000110 | 1010000 | 0 | 1010 | 1000000 | 1101 | 110010 | 1000011 | 111011 |
Color Harmonies of #DDC650
Complementary color
Monochromatic Colors of #DDC650
Black with #DDC650
Text Example
Text Example
White with #DDC650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC650; }
p { color: rgb(221,198,80); }
H1.HeaderClassName
{
color: #DDC650;
}
.AnyTagClassName
{
color: #DDC650;
}
</style>
background-color css
<style>
a { background-color: #DDC650; }
a { background-color: rgb(221,198,80); }
div.DivClassName
{
background-color: #DDC650;
}
.BgClassName
{
background-color: #DDC650;
}
</style>
border-color css
<style>
span { border-color: #DDC650; }
span { border-color: rgb(221,198,80); }
td.TdClassName
{
border-color: #DDC650;
}
.TagClassName
{
border-color: #DDC650;
}
</style>