Shades of Confetti #DDC53F
Tints of Confetti #DDC53F
RGB
CMYK
RGB Variations
Color information
#DDC53F (or 0xDDC53F) is known color: Confetti. HEX triplet: DD, C5 and 3F. RGB value is (221,197,63). Sum of RGB (Red+Green+Blue) = 221+197+63=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC53F is #223AC0. Grayscale: #BDBDBD. Windows color (decimal): -2243265 or 4179421. OLE color: 4179421.
HSL color Cylindrical-coordinate representation of color #DDC53F: hue angle of 50.89º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDC53F is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 63 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.13 |
| HSL | 50.89º | 0.7% | 0.56% | - |
| HSV(B) | 50.89º | 0.71% | 0.87% | - |
| XYZ | 50.68 | 55.66 | 12.78 | - |
| YUV | 188.9 | 56.95 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 63 | 0 | 0.11 | 0.71 | 0.13 | 50.89 | 0.7 | 0.56 |
| Hex | DD | C5 | 3F | 0 | B | 47 | D | 33 | 46 | 38 |
| Octal | 335 | 305 | 77 | 0 | 13 | 107 | 15 | 63 | 106 | 70 |
| Binary | 11011101 | 11000101 | 111111 | 0 | 1011 | 1000111 | 1101 | 110011 | 1000110 | 111000 |
Color Harmonies of #DDC53F
Complementary color
Monochromatic Colors of #DDC53F
Black with #DDC53F
Text Example
Text Example
White with #DDC53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC53F; }
p { color: rgb(221,197,63); }
H1.HeaderClassName
{
color: #DDC53F;
}
.AnyTagClassName
{
color: #DDC53F;
}
</style>
background-color css
<style>
a { background-color: #DDC53F; }
a { background-color: rgb(221,197,63); }
div.DivClassName
{
background-color: #DDC53F;
}
.BgClassName
{
background-color: #DDC53F;
}
</style>
border-color css
<style>
span { border-color: #DDC53F; }
span { border-color: rgb(221,197,63); }
td.TdClassName
{
border-color: #DDC53F;
}
.TagClassName
{
border-color: #DDC53F;
}
</style>