Shades of Confetti #DDC840
Tints of Confetti #DDC840
RGB
CMYK
RGB Variations
Color information
#DDC840 (or 0xDDC840) is known color: Confetti. HEX triplet: DD, C8 and 40. RGB value is (221,200,64). Sum of RGB (Red+Green+Blue) = 221+200+64=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC840 is #2237BF. Grayscale: #BFBFBF. Windows color (decimal): -2242496 or 4245725. OLE color: 4245725.
HSL color Cylindrical-coordinate representation of color #DDC840: hue angle of 51.97º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDC840 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 64 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.13 |
| HSL | 51.97º | 0.7% | 0.56% | - |
| HSV(B) | 51.97º | 0.71% | 0.87% | - |
| XYZ | 51.4 | 57.05 | 13.15 | - |
| YUV | 190.78 | 56.46 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 64 | 0 | 0.10 | 0.71 | 0.13 | 51.97 | 0.7 | 0.56 |
| Hex | DD | C8 | 40 | 0 | A | 47 | D | 34 | 46 | 38 |
| Octal | 335 | 310 | 100 | 0 | 12 | 107 | 15 | 64 | 106 | 70 |
| Binary | 11011101 | 11001000 | 1000000 | 0 | 1010 | 1000111 | 1101 | 110100 | 1000110 | 111000 |
Color Harmonies of #DDC840
Complementary color
Monochromatic Colors of #DDC840
Black with #DDC840
Text Example
Text Example
White with #DDC840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC840; }
p { color: rgb(221,200,64); }
H1.HeaderClassName
{
color: #DDC840;
}
.AnyTagClassName
{
color: #DDC840;
}
</style>
background-color css
<style>
a { background-color: #DDC840; }
a { background-color: rgb(221,200,64); }
div.DivClassName
{
background-color: #DDC840;
}
.BgClassName
{
background-color: #DDC840;
}
</style>
border-color css
<style>
span { border-color: #DDC840; }
span { border-color: rgb(221,200,64); }
td.TdClassName
{
border-color: #DDC840;
}
.TagClassName
{
border-color: #DDC840;
}
</style>