Shades of Confetti #DDC24E
Tints of Confetti #DDC24E
RGB
CMYK
RGB Variations
Color information
#DDC24E (or 0xDDC24E) is known color: Confetti. HEX triplet: DD, C2 and 4E. RGB value is (221,194,78). Sum of RGB (Red+Green+Blue) = 221+194+78=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC24E is #223DB1. Grayscale: #BDBDBD. Windows color (decimal): -2244018 or 5161693. OLE color: 5161693.
HSL color Cylindrical-coordinate representation of color #DDC24E: hue angle of 48.67º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDC24E is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 78 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.13 |
| HSL | 48.67º | 0.68% | 0.59% | - |
| HSV(B) | 48.67º | 0.65% | 0.87% | - |
| XYZ | 50.49 | 54.51 | 15.07 | - |
| YUV | 188.85 | 65.45 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 78 | 0 | 0.12 | 0.65 | 0.13 | 48.67 | 0.68 | 0.59 |
| Hex | DD | C2 | 4E | 0 | C | 41 | D | 31 | 44 | 3B |
| Octal | 335 | 302 | 116 | 0 | 14 | 101 | 15 | 61 | 104 | 73 |
| Binary | 11011101 | 11000010 | 1001110 | 0 | 1100 | 1000001 | 1101 | 110001 | 1000100 | 111011 |
Color Harmonies of #DDC24E
Complementary color
Monochromatic Colors of #DDC24E
Black with #DDC24E
Text Example
Text Example
White with #DDC24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC24E; }
p { color: rgb(221,194,78); }
H1.HeaderClassName
{
color: #DDC24E;
}
.AnyTagClassName
{
color: #DDC24E;
}
</style>
background-color css
<style>
a { background-color: #DDC24E; }
a { background-color: rgb(221,194,78); }
div.DivClassName
{
background-color: #DDC24E;
}
.BgClassName
{
background-color: #DDC24E;
}
</style>
border-color css
<style>
span { border-color: #DDC24E; }
span { border-color: rgb(221,194,78); }
td.TdClassName
{
border-color: #DDC24E;
}
.TagClassName
{
border-color: #DDC24E;
}
</style>