Shades of Confetti #DDC640
Tints of Confetti #DDC640
RGB
CMYK
RGB Variations
Color information
#DDC640 (or 0xDDC640) is known color: Confetti. HEX triplet: DD, C6 and 40. RGB value is (221,198,64). Sum of RGB (Red+Green+Blue) = 221+198+64=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 64 (25.39% from 255 or 13.25% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC640 is #2239BF. Grayscale: #BEBEBE. Windows color (decimal): -2243008 or 4245213. OLE color: 4245213.
HSL color Cylindrical-coordinate representation of color #DDC640: hue angle of 51.21º 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 #DDC640 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 64 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.13 |
| HSL | 51.21º | 0.7% | 0.56% | - |
| HSV(B) | 51.21º | 0.71% | 0.87% | - |
| XYZ | 50.94 | 56.13 | 13 | - |
| YUV | 189.6 | 57.12 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 64 | 0 | 0.10 | 0.71 | 0.13 | 51.21 | 0.7 | 0.56 |
| Hex | DD | C6 | 40 | 0 | A | 47 | D | 33 | 46 | 38 |
| Octal | 335 | 306 | 100 | 0 | 12 | 107 | 15 | 63 | 106 | 70 |
| Binary | 11011101 | 11000110 | 1000000 | 0 | 1010 | 1000111 | 1101 | 110011 | 1000110 | 111000 |
Color Harmonies of #DDC640
Complementary color
Monochromatic Colors of #DDC640
Black with #DDC640
Text Example
Text Example
White with #DDC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC640; }
p { color: rgb(221,198,64); }
H1.HeaderClassName
{
color: #DDC640;
}
.AnyTagClassName
{
color: #DDC640;
}
</style>
background-color css
<style>
a { background-color: #DDC640; }
a { background-color: rgb(221,198,64); }
div.DivClassName
{
background-color: #DDC640;
}
.BgClassName
{
background-color: #DDC640;
}
</style>
border-color css
<style>
span { border-color: #DDC640; }
span { border-color: rgb(221,198,64); }
td.TdClassName
{
border-color: #DDC640;
}
.TagClassName
{
border-color: #DDC640;
}
</style>