Shades of Confetti #DDC843
Tints of Confetti #DDC843
RGB
CMYK
RGB Variations
Color information
#DDC843 (or 0xDDC843) is known color: Confetti. HEX triplet: DD, C8 and 43. RGB value is (221,200,67). Sum of RGB (Red+Green+Blue) = 221+200+67=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 67 (26.56% from 255 or 13.73% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC843 is #2237BC. Grayscale: #BFBFBF. Windows color (decimal): -2242493 or 4442333. OLE color: 4442333.
HSL color Cylindrical-coordinate representation of color #DDC843: hue angle of 51.82º 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 #DDC843 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 67 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.13 |
| HSL | 51.82º | 0.69% | 0.56% | - |
| HSV(B) | 51.82º | 0.7% | 0.87% | - |
| XYZ | 51.49 | 57.09 | 13.62 | - |
| YUV | 191.12 | 57.96 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 67 | 0 | 0.10 | 0.70 | 0.13 | 51.82 | 0.69 | 0.56 |
| Hex | DD | C8 | 43 | 0 | A | 46 | D | 34 | 45 | 38 |
| Octal | 335 | 310 | 103 | 0 | 12 | 106 | 15 | 64 | 105 | 70 |
| Binary | 11011101 | 11001000 | 1000011 | 0 | 1010 | 1000110 | 1101 | 110100 | 1000101 | 111000 |
Color Harmonies of #DDC843
Complementary color
Monochromatic Colors of #DDC843
Black with #DDC843
Text Example
Text Example
White with #DDC843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC843; }
p { color: rgb(221,200,67); }
H1.HeaderClassName
{
color: #DDC843;
}
.AnyTagClassName
{
color: #DDC843;
}
</style>
background-color css
<style>
a { background-color: #DDC843; }
a { background-color: rgb(221,200,67); }
div.DivClassName
{
background-color: #DDC843;
}
.BgClassName
{
background-color: #DDC843;
}
</style>
border-color css
<style>
span { border-color: #DDC843; }
span { border-color: rgb(221,200,67); }
td.TdClassName
{
border-color: #DDC843;
}
.TagClassName
{
border-color: #DDC843;
}
</style>