Shades of Confetti #DED140
Tints of Confetti #DED140
RGB
CMYK
RGB Variations
Color information
#DED140 (or 0xDED140) is known color: Confetti. HEX triplet: DE, D1 and 40. RGB value is (222,209,64). Sum of RGB (Red+Green+Blue) = 222+209+64=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DED140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED140 is #212EBF. Grayscale: #C4C4C4. Windows color (decimal): -2174656 or 4248030. OLE color: 4248030.
HSL color Cylindrical-coordinate representation of color #DED140: hue angle of 55.06º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DED140 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 64 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.13 |
| HSL | 55.06º | 0.71% | 0.56% | - |
| HSV(B) | 55.06º | 0.71% | 0.87% | - |
| XYZ | 53.85 | 61.5 | 13.88 | - |
| YUV | 196.36 | 53.31 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 64 | 0 | 0.06 | 0.71 | 0.13 | 55.06 | 0.71 | 0.56 |
| Hex | DE | D1 | 40 | 0 | 6 | 47 | D | 37 | 47 | 38 |
| Octal | 336 | 321 | 100 | 0 | 6 | 107 | 15 | 67 | 107 | 70 |
| Binary | 11011110 | 11010001 | 1000000 | 0 | 110 | 1000111 | 1101 | 110111 | 1000111 | 111000 |
Color Harmonies of #DED140
Complementary color
Monochromatic Colors of #DED140
Black with #DED140
Text Example
Text Example
White with #DED140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED140; }
p { color: rgb(222,209,64); }
H1.HeaderClassName
{
color: #DED140;
}
.AnyTagClassName
{
color: #DED140;
}
</style>
background-color css
<style>
a { background-color: #DED140; }
a { background-color: rgb(222,209,64); }
div.DivClassName
{
background-color: #DED140;
}
.BgClassName
{
background-color: #DED140;
}
</style>
border-color css
<style>
span { border-color: #DED140; }
span { border-color: rgb(222,209,64); }
td.TdClassName
{
border-color: #DED140;
}
.TagClassName
{
border-color: #DED140;
}
</style>