Shades of Confetti #DDC645
Tints of Confetti #DDC645
RGB
CMYK
RGB Variations
Color information
#DDC645 (or 0xDDC645) is known color: Confetti. HEX triplet: DD, C6 and 45. RGB value is (221,198,69). Sum of RGB (Red+Green+Blue) = 221+198+69=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC645 is #2239BA. Grayscale: #BEBEBE. Windows color (decimal): -2243003 or 4572893. OLE color: 4572893.
HSL color Cylindrical-coordinate representation of color #DDC645: hue angle of 50.92º 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 #DDC645 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 69 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.13 |
| HSL | 50.92º | 0.69% | 0.57% | - |
| HSV(B) | 50.92º | 0.69% | 0.87% | - |
| XYZ | 51.09 | 56.19 | 13.78 | - |
| YUV | 190.17 | 59.62 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 69 | 0 | 0.10 | 0.69 | 0.13 | 50.92 | 0.69 | 0.57 |
| Hex | DD | C6 | 45 | 0 | A | 45 | D | 33 | 45 | 39 |
| Octal | 335 | 306 | 105 | 0 | 12 | 105 | 15 | 63 | 105 | 71 |
| Binary | 11011101 | 11000110 | 1000101 | 0 | 1010 | 1000101 | 1101 | 110011 | 1000101 | 111001 |
Color Harmonies of #DDC645
Complementary color
Monochromatic Colors of #DDC645
Black with #DDC645
Text Example
Text Example
White with #DDC645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC645; }
p { color: rgb(221,198,69); }
H1.HeaderClassName
{
color: #DDC645;
}
.AnyTagClassName
{
color: #DDC645;
}
</style>
background-color css
<style>
a { background-color: #DDC645; }
a { background-color: rgb(221,198,69); }
div.DivClassName
{
background-color: #DDC645;
}
.BgClassName
{
background-color: #DDC645;
}
</style>
border-color css
<style>
span { border-color: #DDC645; }
span { border-color: rgb(221,198,69); }
td.TdClassName
{
border-color: #DDC645;
}
.TagClassName
{
border-color: #DDC645;
}
</style>