Shades of Confetti #DDC544
Tints of Confetti #DDC544
RGB
CMYK
RGB Variations
Color information
#DDC544 (or 0xDDC544) is known color: Confetti. HEX triplet: DD, C5 and 44. RGB value is (221,197,68). Sum of RGB (Red+Green+Blue) = 221+197+68=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 68 (26.95% from 255 or 13.99% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC544 is #223ABB. Grayscale: #BEBEBE. Windows color (decimal): -2243260 or 4507101. OLE color: 4507101.
HSL color Cylindrical-coordinate representation of color #DDC544: hue angle of 50.59º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDC544 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 68 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.13 |
| HSL | 50.59º | 0.69% | 0.57% | - |
| HSV(B) | 50.59º | 0.69% | 0.87% | - |
| XYZ | 50.83 | 55.72 | 13.55 | - |
| YUV | 189.47 | 59.45 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 68 | 0 | 0.11 | 0.69 | 0.13 | 50.59 | 0.69 | 0.57 |
| Hex | DD | C5 | 44 | 0 | B | 45 | D | 33 | 45 | 39 |
| Octal | 335 | 305 | 104 | 0 | 13 | 105 | 15 | 63 | 105 | 71 |
| Binary | 11011101 | 11000101 | 1000100 | 0 | 1011 | 1000101 | 1101 | 110011 | 1000101 | 111001 |
Color Harmonies of #DDC544
Complementary color
Monochromatic Colors of #DDC544
Black with #DDC544
Text Example
Text Example
White with #DDC544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC544; }
p { color: rgb(221,197,68); }
H1.HeaderClassName
{
color: #DDC544;
}
.AnyTagClassName
{
color: #DDC544;
}
</style>
background-color css
<style>
a { background-color: #DDC544; }
a { background-color: rgb(221,197,68); }
div.DivClassName
{
background-color: #DDC544;
}
.BgClassName
{
background-color: #DDC544;
}
</style>
border-color css
<style>
span { border-color: #DDC544; }
span { border-color: rgb(221,197,68); }
td.TdClassName
{
border-color: #DDC544;
}
.TagClassName
{
border-color: #DDC544;
}
</style>