Shades of Confetti #DED051
Tints of Confetti #DED051
RGB
CMYK
RGB Variations
Color information
#DED051 (or 0xDED051) is known color: Confetti. HEX triplet: DE, D0 and 51. RGB value is (222,208,81). Sum of RGB (Red+Green+Blue) = 222+208+81=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 81 (32.03% from 255 or 15.85% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DED051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED051 is #212FAE. Grayscale: #C6C6C6. Windows color (decimal): -2174895 or 5361886. OLE color: 5361886.
HSL color Cylindrical-coordinate representation of color #DED051: hue angle of 54.04º degrees, saturation: 0.68, 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 #DED051 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 81 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.13 |
| HSL | 54.04º | 0.68% | 0.59% | - |
| HSV(B) | 54.04º | 0.64% | 0.87% | - |
| XYZ | 54.17 | 61.24 | 16.75 | - |
| YUV | 197.71 | 62.14 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 81 | 0 | 0.06 | 0.64 | 0.13 | 54.04 | 0.68 | 0.59 |
| Hex | DE | D0 | 51 | 0 | 6 | 40 | D | 36 | 44 | 3B |
| Octal | 336 | 320 | 121 | 0 | 6 | 100 | 15 | 66 | 104 | 73 |
| Binary | 11011110 | 11010000 | 1010001 | 0 | 110 | 1000000 | 1101 | 110110 | 1000100 | 111011 |
Color Harmonies of #DED051
Complementary color
Monochromatic Colors of #DED051
Black with #DED051
Text Example
Text Example
White with #DED051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED051; }
p { color: rgb(222,208,81); }
H1.HeaderClassName
{
color: #DED051;
}
.AnyTagClassName
{
color: #DED051;
}
</style>
background-color css
<style>
a { background-color: #DED051; }
a { background-color: rgb(222,208,81); }
div.DivClassName
{
background-color: #DED051;
}
.BgClassName
{
background-color: #DED051;
}
</style>
border-color css
<style>
span { border-color: #DED051; }
span { border-color: rgb(222,208,81); }
td.TdClassName
{
border-color: #DED051;
}
.TagClassName
{
border-color: #DED051;
}
</style>