Shades of Confetti #DED447
Tints of Confetti #DED447
RGB
CMYK
RGB Variations
Color information
#DED447 (or 0xDED447) is known color: Confetti. HEX triplet: DE, D4 and 47. RGB value is (222,212,71). Sum of RGB (Red+Green+Blue) = 222+212+71=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 71 (28.12% from 255 or 14.06% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DED447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED447 is #212BB8. Grayscale: #C7C7C7. Windows color (decimal): -2173881 or 4707550. OLE color: 4707550.
HSL color Cylindrical-coordinate representation of color #DED447: hue angle of 56.03º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DED447 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 71 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.13 |
| HSL | 56.03º | 0.7% | 0.57% | - |
| HSV(B) | 56.03º | 0.68% | 0.87% | - |
| XYZ | 54.81 | 63.07 | 15.25 | - |
| YUV | 198.92 | 55.81 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 71 | 0 | 0.05 | 0.68 | 0.13 | 56.03 | 0.7 | 0.57 |
| Hex | DE | D4 | 47 | 0 | 5 | 44 | D | 38 | 46 | 39 |
| Octal | 336 | 324 | 107 | 0 | 5 | 104 | 15 | 70 | 106 | 71 |
| Binary | 11011110 | 11010100 | 1000111 | 0 | 101 | 1000100 | 1101 | 111000 | 1000110 | 111001 |
Color Harmonies of #DED447
Complementary color
Monochromatic Colors of #DED447
Black with #DED447
Text Example
Text Example
White with #DED447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED447; }
p { color: rgb(222,212,71); }
H1.HeaderClassName
{
color: #DED447;
}
.AnyTagClassName
{
color: #DED447;
}
</style>
background-color css
<style>
a { background-color: #DED447; }
a { background-color: rgb(222,212,71); }
div.DivClassName
{
background-color: #DED447;
}
.BgClassName
{
background-color: #DED447;
}
</style>
border-color css
<style>
span { border-color: #DED447; }
span { border-color: rgb(222,212,71); }
td.TdClassName
{
border-color: #DED447;
}
.TagClassName
{
border-color: #DED447;
}
</style>