Shades of Confetti #DDC04F
Tints of Confetti #DDC04F
RGB
CMYK
RGB Variations
Color information
#DDC04F (or 0xDDC04F) is known color: Confetti. HEX triplet: DD, C0 and 4F. RGB value is (221,192,79). Sum of RGB (Red+Green+Blue) = 221+192+79=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 79 (31.25% from 255 or 16.06% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC04F is #223FB0. Grayscale: #BCBCBC. Windows color (decimal): -2244529 or 5226717. OLE color: 5226717.
HSL color Cylindrical-coordinate representation of color #DDC04F: hue angle of 47.75º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDC04F is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 79 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.13 |
| HSL | 47.75º | 0.68% | 0.59% | - |
| HSV(B) | 47.75º | 0.64% | 0.87% | - |
| XYZ | 50.08 | 53.64 | 15.11 | - |
| YUV | 187.79 | 66.61 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 79 | 0 | 0.13 | 0.64 | 0.13 | 47.75 | 0.68 | 0.59 |
| Hex | DD | C0 | 4F | 0 | D | 40 | D | 30 | 44 | 3B |
| Octal | 335 | 300 | 117 | 0 | 15 | 100 | 15 | 60 | 104 | 73 |
| Binary | 11011101 | 11000000 | 1001111 | 0 | 1101 | 1000000 | 1101 | 110000 | 1000100 | 111011 |
Color Harmonies of #DDC04F
Complementary color
Monochromatic Colors of #DDC04F
Black with #DDC04F
Text Example
Text Example
White with #DDC04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC04F; }
p { color: rgb(221,192,79); }
H1.HeaderClassName
{
color: #DDC04F;
}
.AnyTagClassName
{
color: #DDC04F;
}
</style>
background-color css
<style>
a { background-color: #DDC04F; }
a { background-color: rgb(221,192,79); }
div.DivClassName
{
background-color: #DDC04F;
}
.BgClassName
{
background-color: #DDC04F;
}
</style>
border-color css
<style>
span { border-color: #DDC04F; }
span { border-color: rgb(221,192,79); }
td.TdClassName
{
border-color: #DDC04F;
}
.TagClassName
{
border-color: #DDC04F;
}
</style>