Shades of Confetti #DED150
Tints of Confetti #DED150
RGB
CMYK
RGB Variations
Color information
#DED150 (or 0xDED150) is known color: Confetti. HEX triplet: DE, D1 and 50. RGB value is (222,209,80). Sum of RGB (Red+Green+Blue) = 222+209+80=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DED150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED150 is #212EAF. Grayscale: #C6C6C6. Windows color (decimal): -2174640 or 5296606. OLE color: 5296606.
HSL color Cylindrical-coordinate representation of color #DED150: hue angle of 54.51º 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 #DED150 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 80 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.13 |
| HSL | 54.51º | 0.68% | 0.59% | - |
| HSV(B) | 54.51º | 0.64% | 0.87% | - |
| XYZ | 54.37 | 61.71 | 16.63 | - |
| YUV | 198.18 | 61.31 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 80 | 0 | 0.06 | 0.64 | 0.13 | 54.51 | 0.68 | 0.59 |
| Hex | DE | D1 | 50 | 0 | 6 | 40 | D | 37 | 44 | 3B |
| Octal | 336 | 321 | 120 | 0 | 6 | 100 | 15 | 67 | 104 | 73 |
| Binary | 11011110 | 11010001 | 1010000 | 0 | 110 | 1000000 | 1101 | 110111 | 1000100 | 111011 |
Color Harmonies of #DED150
Complementary color
Monochromatic Colors of #DED150
Black with #DED150
Text Example
Text Example
White with #DED150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED150; }
p { color: rgb(222,209,80); }
H1.HeaderClassName
{
color: #DED150;
}
.AnyTagClassName
{
color: #DED150;
}
</style>
background-color css
<style>
a { background-color: #DED150; }
a { background-color: rgb(222,209,80); }
div.DivClassName
{
background-color: #DED150;
}
.BgClassName
{
background-color: #DED150;
}
</style>
border-color css
<style>
span { border-color: #DED150; }
span { border-color: rgb(222,209,80); }
td.TdClassName
{
border-color: #DED150;
}
.TagClassName
{
border-color: #DED150;
}
</style>