Shades of Confetti #DED44B
Tints of Confetti #DED44B
RGB
CMYK
RGB Variations
Color information
#DED44B (or 0xDED44B) is known color: Confetti. HEX triplet: DE, D4 and 4B. RGB value is (222,212,75). Sum of RGB (Red+Green+Blue) = 222+212+75=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 75 (29.69% from 255 or 14.73% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DED44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED44B is #212BB4. Grayscale: #C7C7C7. Windows color (decimal): -2173877 or 4969694. OLE color: 4969694.
HSL color Cylindrical-coordinate representation of color #DED44B: hue angle of 55.92º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DED44B is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 75 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.13 |
| HSL | 55.92º | 0.69% | 0.58% | - |
| HSV(B) | 55.92º | 0.66% | 0.87% | - |
| XYZ | 54.94 | 63.12 | 15.95 | - |
| YUV | 199.37 | 57.81 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 75 | 0 | 0.05 | 0.66 | 0.13 | 55.92 | 0.69 | 0.58 |
| Hex | DE | D4 | 4B | 0 | 5 | 42 | D | 38 | 45 | 3A |
| Octal | 336 | 324 | 113 | 0 | 5 | 102 | 15 | 70 | 105 | 72 |
| Binary | 11011110 | 11010100 | 1001011 | 0 | 101 | 1000010 | 1101 | 111000 | 1000101 | 111010 |
Color Harmonies of #DED44B
Complementary color
Monochromatic Colors of #DED44B
Black with #DED44B
Text Example
Text Example
White with #DED44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED44B; }
p { color: rgb(222,212,75); }
H1.HeaderClassName
{
color: #DED44B;
}
.AnyTagClassName
{
color: #DED44B;
}
</style>
background-color css
<style>
a { background-color: #DED44B; }
a { background-color: rgb(222,212,75); }
div.DivClassName
{
background-color: #DED44B;
}
.BgClassName
{
background-color: #DED44B;
}
</style>
border-color css
<style>
span { border-color: #DED44B; }
span { border-color: rgb(222,212,75); }
td.TdClassName
{
border-color: #DED44B;
}
.TagClassName
{
border-color: #DED44B;
}
</style>