Shades of Confetti #DDCF49
Tints of Confetti #DDCF49
RGB
CMYK
RGB Variations
Color information
#DDCF49 (or 0xDDCF49) is known color: Confetti. HEX triplet: DD, CF and 49. RGB value is (221,207,73). Sum of RGB (Red+Green+Blue) = 221+207+73=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 73 (28.91% from 255 or 14.57% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCF49 is #2230B6. Grayscale: #C4C4C4. Windows color (decimal): -2240695 or 4837341. OLE color: 4837341.
HSL color Cylindrical-coordinate representation of color #DDCF49: hue angle of 54.32º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDCF49 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 73 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.13 |
| HSL | 54.32º | 0.69% | 0.58% | - |
| HSV(B) | 54.32º | 0.67% | 0.87% | - |
| XYZ | 53.33 | 60.48 | 15.17 | - |
| YUV | 195.91 | 58.64 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 73 | 0 | 0.06 | 0.67 | 0.13 | 54.32 | 0.69 | 0.58 |
| Hex | DD | CF | 49 | 0 | 6 | 43 | D | 36 | 45 | 3A |
| Octal | 335 | 317 | 111 | 0 | 6 | 103 | 15 | 66 | 105 | 72 |
| Binary | 11011101 | 11001111 | 1001001 | 0 | 110 | 1000011 | 1101 | 110110 | 1000101 | 111010 |
Color Harmonies of #DDCF49
Complementary color
Monochromatic Colors of #DDCF49
Black with #DDCF49
Text Example
Text Example
White with #DDCF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCF49; }
p { color: rgb(221,207,73); }
H1.HeaderClassName
{
color: #DDCF49;
}
.AnyTagClassName
{
color: #DDCF49;
}
</style>
background-color css
<style>
a { background-color: #DDCF49; }
a { background-color: rgb(221,207,73); }
div.DivClassName
{
background-color: #DDCF49;
}
.BgClassName
{
background-color: #DDCF49;
}
</style>
border-color css
<style>
span { border-color: #DDCF49; }
span { border-color: rgb(221,207,73); }
td.TdClassName
{
border-color: #DDCF49;
}
.TagClassName
{
border-color: #DDCF49;
}
</style>