Shades of Confetti #DDC746
Tints of Confetti #DDC746
RGB
CMYK
RGB Variations
Color information
#DDC746 (or 0xDDC746) is known color: Confetti. HEX triplet: DD, C7 and 46. RGB value is (221,199,70). Sum of RGB (Red+Green+Blue) = 221+199+70=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC746 is #2238B9. Grayscale: #BFBFBF. Windows color (decimal): -2242746 or 4638685. OLE color: 4638685.
HSL color Cylindrical-coordinate representation of color #DDC746: hue angle of 51.26º 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 #DDC746 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 70 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.13 |
| HSL | 51.26º | 0.69% | 0.57% | - |
| HSV(B) | 51.26º | 0.68% | 0.87% | - |
| XYZ | 51.35 | 56.66 | 14.02 | - |
| YUV | 190.87 | 59.79 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 70 | 0 | 0.10 | 0.68 | 0.13 | 51.26 | 0.69 | 0.57 |
| Hex | DD | C7 | 46 | 0 | A | 44 | D | 33 | 45 | 39 |
| Octal | 335 | 307 | 106 | 0 | 12 | 104 | 15 | 63 | 105 | 71 |
| Binary | 11011101 | 11000111 | 1000110 | 0 | 1010 | 1000100 | 1101 | 110011 | 1000101 | 111001 |
Color Harmonies of #DDC746
Complementary color
Monochromatic Colors of #DDC746
Black with #DDC746
Text Example
Text Example
White with #DDC746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC746; }
p { color: rgb(221,199,70); }
H1.HeaderClassName
{
color: #DDC746;
}
.AnyTagClassName
{
color: #DDC746;
}
</style>
background-color css
<style>
a { background-color: #DDC746; }
a { background-color: rgb(221,199,70); }
div.DivClassName
{
background-color: #DDC746;
}
.BgClassName
{
background-color: #DDC746;
}
</style>
border-color css
<style>
span { border-color: #DDC746; }
span { border-color: rgb(221,199,70); }
td.TdClassName
{
border-color: #DDC746;
}
.TagClassName
{
border-color: #DDC746;
}
</style>