Shades of Confetti #DDCD50
Tints of Confetti #DDCD50
RGB
CMYK
RGB Variations
Color information
#DDCD50 (or 0xDDCD50) is known color: Confetti. HEX triplet: DD, CD and 50. RGB value is (221,205,80). Sum of RGB (Red+Green+Blue) = 221+205+80=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 80 (31.64% from 255 or 15.81% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD50 is #2232AF. Grayscale: #C4C4C4. Windows color (decimal): -2241200 or 5295581. OLE color: 5295581.
HSL color Cylindrical-coordinate representation of color #DDCD50: hue angle of 53.19º 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 #DDCD50 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 80 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.13 |
| HSL | 53.19º | 0.67% | 0.59% | - |
| HSV(B) | 53.19º | 0.64% | 0.87% | - |
| XYZ | 53.1 | 59.61 | 16.3 | - |
| YUV | 195.53 | 62.8 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 80 | 0 | 0.07 | 0.64 | 0.13 | 53.19 | 0.67 | 0.59 |
| Hex | DD | CD | 50 | 0 | 7 | 40 | D | 35 | 43 | 3B |
| Octal | 335 | 315 | 120 | 0 | 7 | 100 | 15 | 65 | 103 | 73 |
| Binary | 11011101 | 11001101 | 1010000 | 0 | 111 | 1000000 | 1101 | 110101 | 1000011 | 111011 |
Color Harmonies of #DDCD50
Complementary color
Monochromatic Colors of #DDCD50
Black with #DDCD50
Text Example
Text Example
White with #DDCD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD50; }
p { color: rgb(221,205,80); }
H1.HeaderClassName
{
color: #DDCD50;
}
.AnyTagClassName
{
color: #DDCD50;
}
</style>
background-color css
<style>
a { background-color: #DDCD50; }
a { background-color: rgb(221,205,80); }
div.DivClassName
{
background-color: #DDCD50;
}
.BgClassName
{
background-color: #DDCD50;
}
</style>
border-color css
<style>
span { border-color: #DDCD50; }
span { border-color: rgb(221,205,80); }
td.TdClassName
{
border-color: #DDCD50;
}
.TagClassName
{
border-color: #DDCD50;
}
</style>