Shades of Confetti #DDC350
Tints of Confetti #DDC350
RGB
CMYK
RGB Variations
Color information
#DDC350 (or 0xDDC350) is known color: Confetti. HEX triplet: DD, C3 and 50. RGB value is (221,195,80). Sum of RGB (Red+Green+Blue) = 221+195+80=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC350 is #223CAF. Grayscale: #BEBEBE. Windows color (decimal): -2243760 or 5293021. OLE color: 5293021.
HSL color Cylindrical-coordinate representation of color #DDC350: hue angle of 48.94º 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 #DDC350 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 80 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.13 |
| HSL | 48.94º | 0.67% | 0.59% | - |
| HSV(B) | 48.94º | 0.64% | 0.87% | - |
| XYZ | 50.78 | 54.98 | 15.53 | - |
| YUV | 189.66 | 66.11 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 80 | 0 | 0.12 | 0.64 | 0.13 | 48.94 | 0.67 | 0.59 |
| Hex | DD | C3 | 50 | 0 | C | 40 | D | 31 | 43 | 3B |
| Octal | 335 | 303 | 120 | 0 | 14 | 100 | 15 | 61 | 103 | 73 |
| Binary | 11011101 | 11000011 | 1010000 | 0 | 1100 | 1000000 | 1101 | 110001 | 1000011 | 111011 |
Color Harmonies of #DDC350
Complementary color
Monochromatic Colors of #DDC350
Black with #DDC350
Text Example
Text Example
White with #DDC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC350; }
p { color: rgb(221,195,80); }
H1.HeaderClassName
{
color: #DDC350;
}
.AnyTagClassName
{
color: #DDC350;
}
</style>
background-color css
<style>
a { background-color: #DDC350; }
a { background-color: rgb(221,195,80); }
div.DivClassName
{
background-color: #DDC350;
}
.BgClassName
{
background-color: #DDC350;
}
</style>
border-color css
<style>
span { border-color: #DDC350; }
span { border-color: rgb(221,195,80); }
td.TdClassName
{
border-color: #DDC350;
}
.TagClassName
{
border-color: #DDC350;
}
</style>