Shades of Confetti #DED143
Tints of Confetti #DED143
RGB
CMYK
RGB Variations
Color information
#DED143 (or 0xDED143) is known color: Confetti. HEX triplet: DE, D1 and 43. RGB value is (222,209,67). Sum of RGB (Red+Green+Blue) = 222+209+67=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 67 (26.56% from 255 or 13.45% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DED143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED143 is #212EBC. Grayscale: #C5C5C5. Windows color (decimal): -2174653 or 4444638. OLE color: 4444638.
HSL color Cylindrical-coordinate representation of color #DED143: hue angle of 54.97º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DED143 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 67 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.13 |
| HSL | 54.97º | 0.7% | 0.57% | - |
| HSV(B) | 54.97º | 0.7% | 0.87% | - |
| XYZ | 53.94 | 61.54 | 14.34 | - |
| YUV | 196.7 | 54.81 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 67 | 0 | 0.06 | 0.70 | 0.13 | 54.97 | 0.7 | 0.57 |
| Hex | DE | D1 | 43 | 0 | 6 | 46 | D | 37 | 46 | 39 |
| Octal | 336 | 321 | 103 | 0 | 6 | 106 | 15 | 67 | 106 | 71 |
| Binary | 11011110 | 11010001 | 1000011 | 0 | 110 | 1000110 | 1101 | 110111 | 1000110 | 111001 |
Color Harmonies of #DED143
Complementary color
Monochromatic Colors of #DED143
Black with #DED143
Text Example
Text Example
White with #DED143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED143; }
p { color: rgb(222,209,67); }
H1.HeaderClassName
{
color: #DED143;
}
.AnyTagClassName
{
color: #DED143;
}
</style>
background-color css
<style>
a { background-color: #DED143; }
a { background-color: rgb(222,209,67); }
div.DivClassName
{
background-color: #DED143;
}
.BgClassName
{
background-color: #DED143;
}
</style>
border-color css
<style>
span { border-color: #DED143; }
span { border-color: rgb(222,209,67); }
td.TdClassName
{
border-color: #DED143;
}
.TagClassName
{
border-color: #DED143;
}
</style>