Shades of Confetti #DED04C
Tints of Confetti #DED04C
RGB
CMYK
RGB Variations
Color information
#DED04C (or 0xDED04C) is known color: Confetti. HEX triplet: DE, D0 and 4C. RGB value is (222,208,76). Sum of RGB (Red+Green+Blue) = 222+208+76=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DED04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED04C is #212FB3. Grayscale: #C5C5C5. Windows color (decimal): -2174900 or 5034206. OLE color: 5034206.
HSL color Cylindrical-coordinate representation of color #DED04C: hue angle of 54.25º 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 #DED04C is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 76 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.13 |
| HSL | 54.25º | 0.69% | 0.58% | - |
| HSV(B) | 54.25º | 0.66% | 0.87% | - |
| XYZ | 53.98 | 61.16 | 15.8 | - |
| YUV | 197.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 76 | 0 | 0.06 | 0.66 | 0.13 | 54.25 | 0.69 | 0.58 |
| Hex | DE | D0 | 4C | 0 | 6 | 42 | D | 36 | 45 | 3A |
| Octal | 336 | 320 | 114 | 0 | 6 | 102 | 15 | 66 | 105 | 72 |
| Binary | 11011110 | 11010000 | 1001100 | 0 | 110 | 1000010 | 1101 | 110110 | 1000101 | 111010 |
Color Harmonies of #DED04C
Complementary color
Monochromatic Colors of #DED04C
Black with #DED04C
Text Example
Text Example
White with #DED04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED04C; }
p { color: rgb(222,208,76); }
H1.HeaderClassName
{
color: #DED04C;
}
.AnyTagClassName
{
color: #DED04C;
}
</style>
background-color css
<style>
a { background-color: #DED04C; }
a { background-color: rgb(222,208,76); }
div.DivClassName
{
background-color: #DED04C;
}
.BgClassName
{
background-color: #DED04C;
}
</style>
border-color css
<style>
span { border-color: #DED04C; }
span { border-color: rgb(222,208,76); }
td.TdClassName
{
border-color: #DED04C;
}
.TagClassName
{
border-color: #DED04C;
}
</style>