Shades of Confetti #DED148
Tints of Confetti #DED148
RGB
CMYK
RGB Variations
Color information
#DED148 (or 0xDED148) is known color: Confetti. HEX triplet: DE, D1 and 48. RGB value is (222,209,72). Sum of RGB (Red+Green+Blue) = 222+209+72=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DED148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED148 is #212EB7. Grayscale: #C5C5C5. Windows color (decimal): -2174648 or 4772318. OLE color: 4772318.
HSL color Cylindrical-coordinate representation of color #DED148: hue angle of 54.8º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DED148 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 72 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.13 |
| HSL | 54.8º | 0.69% | 0.58% | - |
| HSV(B) | 54.8º | 0.68% | 0.87% | - |
| XYZ | 54.09 | 61.6 | 15.17 | - |
| YUV | 197.27 | 57.31 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 72 | 0 | 0.06 | 0.68 | 0.13 | 54.8 | 0.69 | 0.58 |
| Hex | DE | D1 | 48 | 0 | 6 | 44 | D | 37 | 45 | 3A |
| Octal | 336 | 321 | 110 | 0 | 6 | 104 | 15 | 67 | 105 | 72 |
| Binary | 11011110 | 11010001 | 1001000 | 0 | 110 | 1000100 | 1101 | 110111 | 1000101 | 111010 |
Color Harmonies of #DED148
Complementary color
Monochromatic Colors of #DED148
Black with #DED148
Text Example
Text Example
White with #DED148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED148; }
p { color: rgb(222,209,72); }
H1.HeaderClassName
{
color: #DED148;
}
.AnyTagClassName
{
color: #DED148;
}
</style>
background-color css
<style>
a { background-color: #DED148; }
a { background-color: rgb(222,209,72); }
div.DivClassName
{
background-color: #DED148;
}
.BgClassName
{
background-color: #DED148;
}
</style>
border-color css
<style>
span { border-color: #DED148; }
span { border-color: rgb(222,209,72); }
td.TdClassName
{
border-color: #DED148;
}
.TagClassName
{
border-color: #DED148;
}
</style>