Shades of Confetti #DED747
Tints of Confetti #DED747
RGB
CMYK
RGB Variations
Color information
#DED747 (or 0xDED747) is known color: Confetti. HEX triplet: DE, D7 and 47. RGB value is (222,215,71). Sum of RGB (Red+Green+Blue) = 222+215+71=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 71 (28.12% from 255 or 13.98% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DED747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED747 is #2128B8. Grayscale: #C9C9C9. Windows color (decimal): -2173113 or 4708318. OLE color: 4708318.
HSL color Cylindrical-coordinate representation of color #DED747: hue angle of 57.22º 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 #DED747 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 71 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.13 |
| HSL | 57.22º | 0.7% | 0.57% | - |
| HSV(B) | 57.22º | 0.68% | 0.87% | - |
| XYZ | 55.56 | 64.59 | 15.5 | - |
| YUV | 200.68 | 54.82 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 71 | 0 | 0.03 | 0.68 | 0.13 | 57.22 | 0.7 | 0.57 |
| Hex | DE | D7 | 47 | 0 | 3 | 44 | D | 39 | 46 | 39 |
| Octal | 336 | 327 | 107 | 0 | 3 | 104 | 15 | 71 | 106 | 71 |
| Binary | 11011110 | 11010111 | 1000111 | 0 | 11 | 1000100 | 1101 | 111001 | 1000110 | 111001 |
Color Harmonies of #DED747
Complementary color
Monochromatic Colors of #DED747
Black with #DED747
Text Example
Text Example
White with #DED747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED747; }
p { color: rgb(222,215,71); }
H1.HeaderClassName
{
color: #DED747;
}
.AnyTagClassName
{
color: #DED747;
}
</style>
background-color css
<style>
a { background-color: #DED747; }
a { background-color: rgb(222,215,71); }
div.DivClassName
{
background-color: #DED747;
}
.BgClassName
{
background-color: #DED747;
}
</style>
border-color css
<style>
span { border-color: #DED747; }
span { border-color: rgb(222,215,71); }
td.TdClassName
{
border-color: #DED747;
}
.TagClassName
{
border-color: #DED747;
}
</style>