Shades of Confetti #DDC343
Tints of Confetti #DDC343
RGB
CMYK
RGB Variations
Color information
#DDC343 (or 0xDDC343) is known color: Confetti. HEX triplet: DD, C3 and 43. RGB value is (221,195,67). Sum of RGB (Red+Green+Blue) = 221+195+67=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 67 (26.56% from 255 or 13.87% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC343 is #223CBC. Grayscale: #BCBCBC. Windows color (decimal): -2243773 or 4441053. OLE color: 4441053.
HSL color Cylindrical-coordinate representation of color #DDC343: hue angle of 49.87º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDC343 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 67 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.13 |
| HSL | 49.87º | 0.69% | 0.56% | - |
| HSV(B) | 49.87º | 0.7% | 0.87% | - |
| XYZ | 50.35 | 54.81 | 13.24 | - |
| YUV | 188.18 | 59.61 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 67 | 0 | 0.12 | 0.70 | 0.13 | 49.87 | 0.69 | 0.56 |
| Hex | DD | C3 | 43 | 0 | C | 46 | D | 32 | 45 | 38 |
| Octal | 335 | 303 | 103 | 0 | 14 | 106 | 15 | 62 | 105 | 70 |
| Binary | 11011101 | 11000011 | 1000011 | 0 | 1100 | 1000110 | 1101 | 110010 | 1000101 | 111000 |
Color Harmonies of #DDC343
Complementary color
Monochromatic Colors of #DDC343
Black with #DDC343
Text Example
Text Example
White with #DDC343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC343; }
p { color: rgb(221,195,67); }
H1.HeaderClassName
{
color: #DDC343;
}
.AnyTagClassName
{
color: #DDC343;
}
</style>
background-color css
<style>
a { background-color: #DDC343; }
a { background-color: rgb(221,195,67); }
div.DivClassName
{
background-color: #DDC343;
}
.BgClassName
{
background-color: #DDC343;
}
</style>
border-color css
<style>
span { border-color: #DDC343; }
span { border-color: rgb(221,195,67); }
td.TdClassName
{
border-color: #DDC343;
}
.TagClassName
{
border-color: #DDC343;
}
</style>