Shades of Confetti #DDC54C
Tints of Confetti #DDC54C
RGB
CMYK
RGB Variations
Color information
#DDC54C (or 0xDDC54C) is known color: Confetti. HEX triplet: DD, C5 and 4C. RGB value is (221,197,76). Sum of RGB (Red+Green+Blue) = 221+197+76=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC54C is #223AB3. Grayscale: #BEBEBE. Windows color (decimal): -2243252 or 5031389. OLE color: 5031389.
HSL color Cylindrical-coordinate representation of color #DDC54C: hue angle of 50.07º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDC54C is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 76 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.13 |
| HSL | 50.07º | 0.68% | 0.58% | - |
| HSV(B) | 50.07º | 0.66% | 0.87% | - |
| XYZ | 51.09 | 55.83 | 14.92 | - |
| YUV | 190.38 | 63.45 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 76 | 0 | 0.11 | 0.66 | 0.13 | 50.07 | 0.68 | 0.58 |
| Hex | DD | C5 | 4C | 0 | B | 42 | D | 32 | 44 | 3A |
| Octal | 335 | 305 | 114 | 0 | 13 | 102 | 15 | 62 | 104 | 72 |
| Binary | 11011101 | 11000101 | 1001100 | 0 | 1011 | 1000010 | 1101 | 110010 | 1000100 | 111010 |
Color Harmonies of #DDC54C
Complementary color
Monochromatic Colors of #DDC54C
Black with #DDC54C
Text Example
Text Example
White with #DDC54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC54C; }
p { color: rgb(221,197,76); }
H1.HeaderClassName
{
color: #DDC54C;
}
.AnyTagClassName
{
color: #DDC54C;
}
</style>
background-color css
<style>
a { background-color: #DDC54C; }
a { background-color: rgb(221,197,76); }
div.DivClassName
{
background-color: #DDC54C;
}
.BgClassName
{
background-color: #DDC54C;
}
</style>
border-color css
<style>
span { border-color: #DDC54C; }
span { border-color: rgb(221,197,76); }
td.TdClassName
{
border-color: #DDC54C;
}
.TagClassName
{
border-color: #DDC54C;
}
</style>