Shades of Confetti #DDC53E
Tints of Confetti #DDC53E
RGB
CMYK
RGB Variations
Color information
#DDC53E (or 0xDDC53E) is known color: Confetti. HEX triplet: DD, C5 and 3E. RGB value is (221,197,62). Sum of RGB (Red+Green+Blue) = 221+197+62=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 62 (24.61% from 255 or 12.92% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC53E is #223AC1. Grayscale: #BDBDBD. Windows color (decimal): -2243266 or 4113885. OLE color: 4113885.
HSL color Cylindrical-coordinate representation of color #DDC53E: hue angle of 50.94º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDC53E is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 62 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.13 |
| HSL | 50.94º | 0.7% | 0.55% | - |
| HSV(B) | 50.94º | 0.72% | 0.87% | - |
| XYZ | 50.65 | 55.65 | 12.63 | - |
| YUV | 188.79 | 56.45 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 62 | 0 | 0.11 | 0.72 | 0.13 | 50.94 | 0.7 | 0.55 |
| Hex | DD | C5 | 3E | 0 | B | 48 | D | 33 | 46 | 37 |
| Octal | 335 | 305 | 76 | 0 | 13 | 110 | 15 | 63 | 106 | 67 |
| Binary | 11011101 | 11000101 | 111110 | 0 | 1011 | 1001000 | 1101 | 110011 | 1000110 | 110111 |
Color Harmonies of #DDC53E
Complementary color
Monochromatic Colors of #DDC53E
Black with #DDC53E
Text Example
Text Example
White with #DDC53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC53E; }
p { color: rgb(221,197,62); }
H1.HeaderClassName
{
color: #DDC53E;
}
.AnyTagClassName
{
color: #DDC53E;
}
</style>
background-color css
<style>
a { background-color: #DDC53E; }
a { background-color: rgb(221,197,62); }
div.DivClassName
{
background-color: #DDC53E;
}
.BgClassName
{
background-color: #DDC53E;
}
</style>
border-color css
<style>
span { border-color: #DDC53E; }
span { border-color: rgb(221,197,62); }
td.TdClassName
{
border-color: #DDC53E;
}
.TagClassName
{
border-color: #DDC53E;
}
</style>