Shades of Confetti #DDC644
Tints of Confetti #DDC644
RGB
CMYK
RGB Variations
Color information
#DDC644 (or 0xDDC644) is known color: Confetti. HEX triplet: DD, C6 and 44. RGB value is (221,198,68). Sum of RGB (Red+Green+Blue) = 221+198+68=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 68 (26.95% from 255 or 13.96% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC644 is #2239BB. Grayscale: #BEBEBE. Windows color (decimal): -2243004 or 4507357. OLE color: 4507357.
HSL color Cylindrical-coordinate representation of color #DDC644: hue angle of 50.98º 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 #DDC644 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 68 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.13 |
| HSL | 50.98º | 0.69% | 0.57% | - |
| HSV(B) | 50.98º | 0.69% | 0.87% | - |
| XYZ | 51.06 | 56.18 | 13.62 | - |
| YUV | 190.06 | 59.12 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 68 | 0 | 0.10 | 0.69 | 0.13 | 50.98 | 0.69 | 0.57 |
| Hex | DD | C6 | 44 | 0 | A | 45 | D | 33 | 45 | 39 |
| Octal | 335 | 306 | 104 | 0 | 12 | 105 | 15 | 63 | 105 | 71 |
| Binary | 11011101 | 11000110 | 1000100 | 0 | 1010 | 1000101 | 1101 | 110011 | 1000101 | 111001 |
Color Harmonies of #DDC644
Complementary color
Monochromatic Colors of #DDC644
Black with #DDC644
Text Example
Text Example
White with #DDC644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC644; }
p { color: rgb(221,198,68); }
H1.HeaderClassName
{
color: #DDC644;
}
.AnyTagClassName
{
color: #DDC644;
}
</style>
background-color css
<style>
a { background-color: #DDC644; }
a { background-color: rgb(221,198,68); }
div.DivClassName
{
background-color: #DDC644;
}
.BgClassName
{
background-color: #DDC644;
}
</style>
border-color css
<style>
span { border-color: #DDC644; }
span { border-color: rgb(221,198,68); }
td.TdClassName
{
border-color: #DDC644;
}
.TagClassName
{
border-color: #DDC644;
}
</style>