Shades of Confetti #DDC647
Tints of Confetti #DDC647
RGB
CMYK
RGB Variations
Color information
#DDC647 (or 0xDDC647) is known color: Confetti. HEX triplet: DD, C6 and 47. RGB value is (221,198,71). Sum of RGB (Red+Green+Blue) = 221+198+71=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 71 (28.12% from 255 or 14.49% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC647 is #2239B8. Grayscale: #BEBEBE. Windows color (decimal): -2243001 or 4703965. OLE color: 4703965.
HSL color Cylindrical-coordinate representation of color #DDC647: hue angle of 50.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDC647 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 71 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.13 |
| HSL | 50.8º | 0.69% | 0.57% | - |
| HSV(B) | 50.8º | 0.68% | 0.87% | - |
| XYZ | 51.15 | 56.22 | 14.12 | - |
| YUV | 190.4 | 60.62 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 71 | 0 | 0.10 | 0.68 | 0.13 | 50.8 | 0.69 | 0.57 |
| Hex | DD | C6 | 47 | 0 | A | 44 | D | 33 | 45 | 39 |
| Octal | 335 | 306 | 107 | 0 | 12 | 104 | 15 | 63 | 105 | 71 |
| Binary | 11011101 | 11000110 | 1000111 | 0 | 1010 | 1000100 | 1101 | 110011 | 1000101 | 111001 |
Color Harmonies of #DDC647
Complementary color
Monochromatic Colors of #DDC647
Black with #DDC647
Text Example
Text Example
White with #DDC647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC647; }
p { color: rgb(221,198,71); }
H1.HeaderClassName
{
color: #DDC647;
}
.AnyTagClassName
{
color: #DDC647;
}
</style>
background-color css
<style>
a { background-color: #DDC647; }
a { background-color: rgb(221,198,71); }
div.DivClassName
{
background-color: #DDC647;
}
.BgClassName
{
background-color: #DDC647;
}
</style>
border-color css
<style>
span { border-color: #DDC647; }
span { border-color: rgb(221,198,71); }
td.TdClassName
{
border-color: #DDC647;
}
.TagClassName
{
border-color: #DDC647;
}
</style>