Shades of Confetti #DDC641
Tints of Confetti #DDC641
RGB
CMYK
RGB Variations
Color information
#DDC641 (or 0xDDC641) is known color: Confetti. HEX triplet: DD, C6 and 41. RGB value is (221,198,65). Sum of RGB (Red+Green+Blue) = 221+198+65=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC641 is #2239BE. Grayscale: #BEBEBE. Windows color (decimal): -2243007 or 4310749. OLE color: 4310749.
HSL color Cylindrical-coordinate representation of color #DDC641: hue angle of 51.15º 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 #DDC641 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 65 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.13 |
| HSL | 51.15º | 0.7% | 0.56% | - |
| HSV(B) | 51.15º | 0.71% | 0.87% | - |
| XYZ | 50.97 | 56.14 | 13.15 | - |
| YUV | 189.72 | 57.62 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 65 | 0 | 0.10 | 0.71 | 0.13 | 51.15 | 0.7 | 0.56 |
| Hex | DD | C6 | 41 | 0 | A | 47 | D | 33 | 46 | 38 |
| Octal | 335 | 306 | 101 | 0 | 12 | 107 | 15 | 63 | 106 | 70 |
| Binary | 11011101 | 11000110 | 1000001 | 0 | 1010 | 1000111 | 1101 | 110011 | 1000110 | 111000 |
Color Harmonies of #DDC641
Complementary color
Monochromatic Colors of #DDC641
Black with #DDC641
Text Example
Text Example
White with #DDC641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC641; }
p { color: rgb(221,198,65); }
H1.HeaderClassName
{
color: #DDC641;
}
.AnyTagClassName
{
color: #DDC641;
}
</style>
background-color css
<style>
a { background-color: #DDC641; }
a { background-color: rgb(221,198,65); }
div.DivClassName
{
background-color: #DDC641;
}
.BgClassName
{
background-color: #DDC641;
}
</style>
border-color css
<style>
span { border-color: #DDC641; }
span { border-color: rgb(221,198,65); }
td.TdClassName
{
border-color: #DDC641;
}
.TagClassName
{
border-color: #DDC641;
}
</style>