Shades of Confetti #DED349
Tints of Confetti #DED349
RGB
CMYK
RGB Variations
Color information
#DED349 (or 0xDED349) is known color: Confetti. HEX triplet: DE, D3 and 49. RGB value is (222,211,73). Sum of RGB (Red+Green+Blue) = 222+211+73=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DED349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED349 is #212CB6. Grayscale: #C7C7C7. Windows color (decimal): -2174135 or 4838366. OLE color: 4838366.
HSL color Cylindrical-coordinate representation of color #DED349: hue angle of 55.57º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DED349 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 73 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.13 |
| HSL | 55.57º | 0.69% | 0.58% | - |
| HSV(B) | 55.57º | 0.67% | 0.87% | - |
| XYZ | 54.62 | 62.6 | 15.51 | - |
| YUV | 198.56 | 57.14 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 73 | 0 | 0.05 | 0.67 | 0.13 | 55.57 | 0.69 | 0.58 |
| Hex | DE | D3 | 49 | 0 | 5 | 43 | D | 38 | 45 | 3A |
| Octal | 336 | 323 | 111 | 0 | 5 | 103 | 15 | 70 | 105 | 72 |
| Binary | 11011110 | 11010011 | 1001001 | 0 | 101 | 1000011 | 1101 | 111000 | 1000101 | 111010 |
Color Harmonies of #DED349
Complementary color
Monochromatic Colors of #DED349
Black with #DED349
Text Example
Text Example
White with #DED349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED349; }
p { color: rgb(222,211,73); }
H1.HeaderClassName
{
color: #DED349;
}
.AnyTagClassName
{
color: #DED349;
}
</style>
background-color css
<style>
a { background-color: #DED349; }
a { background-color: rgb(222,211,73); }
div.DivClassName
{
background-color: #DED349;
}
.BgClassName
{
background-color: #DED349;
}
</style>
border-color css
<style>
span { border-color: #DED349; }
span { border-color: rgb(222,211,73); }
td.TdClassName
{
border-color: #DED349;
}
.TagClassName
{
border-color: #DED349;
}
</style>