Shades of Confetti #DED54B
Tints of Confetti #DED54B
RGB
CMYK
RGB Variations
Color information
#DED54B (or 0xDED54B) is known color: Confetti. HEX triplet: DE, D5 and 4B. RGB value is (222,213,75). Sum of RGB (Red+Green+Blue) = 222+213+75=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 75 (29.69% from 255 or 14.71% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DED54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED54B is #212AB4. Grayscale: #C8C8C8. Windows color (decimal): -2173621 or 4969950. OLE color: 4969950.
HSL color Cylindrical-coordinate representation of color #DED54B: hue angle of 56.33º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DED54B is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 75 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.13 |
| HSL | 56.33º | 0.69% | 0.58% | - |
| HSV(B) | 56.33º | 0.66% | 0.87% | - |
| XYZ | 55.19 | 63.63 | 16.03 | - |
| YUV | 199.96 | 57.48 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 75 | 0 | 0.04 | 0.66 | 0.13 | 56.33 | 0.69 | 0.58 |
| Hex | DE | D5 | 4B | 0 | 4 | 42 | D | 38 | 45 | 3A |
| Octal | 336 | 325 | 113 | 0 | 4 | 102 | 15 | 70 | 105 | 72 |
| Binary | 11011110 | 11010101 | 1001011 | 0 | 100 | 1000010 | 1101 | 111000 | 1000101 | 111010 |
Color Harmonies of #DED54B
Complementary color
Monochromatic Colors of #DED54B
Black with #DED54B
Text Example
Text Example
White with #DED54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED54B; }
p { color: rgb(222,213,75); }
H1.HeaderClassName
{
color: #DED54B;
}
.AnyTagClassName
{
color: #DED54B;
}
</style>
background-color css
<style>
a { background-color: #DED54B; }
a { background-color: rgb(222,213,75); }
div.DivClassName
{
background-color: #DED54B;
}
.BgClassName
{
background-color: #DED54B;
}
</style>
border-color css
<style>
span { border-color: #DED54B; }
span { border-color: rgb(222,213,75); }
td.TdClassName
{
border-color: #DED54B;
}
.TagClassName
{
border-color: #DED54B;
}
</style>