Shades of Confetti #DED648
Tints of Confetti #DED648
RGB
CMYK
RGB Variations
Color information
#DED648 (or 0xDED648) is known color: Confetti. HEX triplet: DE, D6 and 48. RGB value is (222,214,72). Sum of RGB (Red+Green+Blue) = 222+214+72=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DED648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED648 is #2129B7. Grayscale: #C8C8C8. Windows color (decimal): -2173368 or 4773598. OLE color: 4773598.
HSL color Cylindrical-coordinate representation of color #DED648: hue angle of 56.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 #DED648 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 72 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.13 |
| HSL | 56.8º | 0.69% | 0.58% | - |
| HSV(B) | 56.8º | 0.68% | 0.87% | - |
| XYZ | 55.34 | 64.09 | 15.58 | - |
| YUV | 200.2 | 55.65 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 72 | 0 | 0.04 | 0.68 | 0.13 | 56.8 | 0.69 | 0.58 |
| Hex | DE | D6 | 48 | 0 | 4 | 44 | D | 39 | 45 | 3A |
| Octal | 336 | 326 | 110 | 0 | 4 | 104 | 15 | 71 | 105 | 72 |
| Binary | 11011110 | 11010110 | 1001000 | 0 | 100 | 1000100 | 1101 | 111001 | 1000101 | 111010 |
Color Harmonies of #DED648
Complementary color
Monochromatic Colors of #DED648
Black with #DED648
Text Example
Text Example
White with #DED648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED648; }
p { color: rgb(222,214,72); }
H1.HeaderClassName
{
color: #DED648;
}
.AnyTagClassName
{
color: #DED648;
}
</style>
background-color css
<style>
a { background-color: #DED648; }
a { background-color: rgb(222,214,72); }
div.DivClassName
{
background-color: #DED648;
}
.BgClassName
{
background-color: #DED648;
}
</style>
border-color css
<style>
span { border-color: #DED648; }
span { border-color: rgb(222,214,72); }
td.TdClassName
{
border-color: #DED648;
}
.TagClassName
{
border-color: #DED648;
}
</style>