Shades of Confetti #DDC850
Tints of Confetti #DDC850
RGB
CMYK
RGB Variations
Color information
#DDC850 (or 0xDDC850) is known color: Confetti. HEX triplet: DD, C8 and 50. RGB value is (221,200,80). Sum of RGB (Red+Green+Blue) = 221+200+80=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC850 is #2237AF. Grayscale: #C1C1C1. Windows color (decimal): -2242480 or 5294301. OLE color: 5294301.
HSL color Cylindrical-coordinate representation of color #DDC850: hue angle of 51.06º 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 #DDC850 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 80 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.13 |
| HSL | 51.06º | 0.67% | 0.59% | - |
| HSV(B) | 51.06º | 0.64% | 0.87% | - |
| XYZ | 51.92 | 57.26 | 15.91 | - |
| YUV | 192.6 | 64.46 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 80 | 0 | 0.10 | 0.64 | 0.13 | 51.06 | 0.67 | 0.59 |
| Hex | DD | C8 | 50 | 0 | A | 40 | D | 33 | 43 | 3B |
| Octal | 335 | 310 | 120 | 0 | 12 | 100 | 15 | 63 | 103 | 73 |
| Binary | 11011101 | 11001000 | 1010000 | 0 | 1010 | 1000000 | 1101 | 110011 | 1000011 | 111011 |
Color Harmonies of #DDC850
Complementary color
Monochromatic Colors of #DDC850
Black with #DDC850
Text Example
Text Example
White with #DDC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC850; }
p { color: rgb(221,200,80); }
H1.HeaderClassName
{
color: #DDC850;
}
.AnyTagClassName
{
color: #DDC850;
}
</style>
background-color css
<style>
a { background-color: #DDC850; }
a { background-color: rgb(221,200,80); }
div.DivClassName
{
background-color: #DDC850;
}
.BgClassName
{
background-color: #DDC850;
}
</style>
border-color css
<style>
span { border-color: #DDC850; }
span { border-color: rgb(221,200,80); }
td.TdClassName
{
border-color: #DDC850;
}
.TagClassName
{
border-color: #DDC850;
}
</style>