Shades of Confetti #DDC54F
Tints of Confetti #DDC54F
RGB
CMYK
RGB Variations
Color information
#DDC54F (or 0xDDC54F) is known color: Confetti. HEX triplet: DD, C5 and 4F. RGB value is (221,197,79). Sum of RGB (Red+Green+Blue) = 221+197+79=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 79 (31.25% from 255 or 15.90% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC54F is #223AB0. Grayscale: #BFBFBF. Windows color (decimal): -2243249 or 5227997. OLE color: 5227997.
HSL color Cylindrical-coordinate representation of color #DDC54F: hue angle of 49.86º 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 #DDC54F is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 79 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.13 |
| HSL | 49.86º | 0.68% | 0.59% | - |
| HSV(B) | 49.86º | 0.64% | 0.87% | - |
| XYZ | 51.2 | 55.87 | 15.48 | - |
| YUV | 190.72 | 64.95 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 79 | 0 | 0.11 | 0.64 | 0.13 | 49.86 | 0.68 | 0.59 |
| Hex | DD | C5 | 4F | 0 | B | 40 | D | 32 | 44 | 3B |
| Octal | 335 | 305 | 117 | 0 | 13 | 100 | 15 | 62 | 104 | 73 |
| Binary | 11011101 | 11000101 | 1001111 | 0 | 1011 | 1000000 | 1101 | 110010 | 1000100 | 111011 |
Color Harmonies of #DDC54F
Complementary color
Monochromatic Colors of #DDC54F
Black with #DDC54F
Text Example
Text Example
White with #DDC54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC54F; }
p { color: rgb(221,197,79); }
H1.HeaderClassName
{
color: #DDC54F;
}
.AnyTagClassName
{
color: #DDC54F;
}
</style>
background-color css
<style>
a { background-color: #DDC54F; }
a { background-color: rgb(221,197,79); }
div.DivClassName
{
background-color: #DDC54F;
}
.BgClassName
{
background-color: #DDC54F;
}
</style>
border-color css
<style>
span { border-color: #DDC54F; }
span { border-color: rgb(221,197,79); }
td.TdClassName
{
border-color: #DDC54F;
}
.TagClassName
{
border-color: #DDC54F;
}
</style>