Shades of Confetti #DDCF47
Tints of Confetti #DDCF47
RGB
CMYK
RGB Variations
Color information
#DDCF47 (or 0xDDCF47) is known color: Confetti. HEX triplet: DD, CF and 47. RGB value is (221,207,71). Sum of RGB (Red+Green+Blue) = 221+207+71=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 71 (28.12% from 255 or 14.23% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCF47 is #2230B8. Grayscale: #C4C4C4. Windows color (decimal): -2240697 or 4706269. OLE color: 4706269.
HSL color Cylindrical-coordinate representation of color #DDCF47: hue angle of 54.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDCF47 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 71 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.13 |
| HSL | 54.4º | 0.69% | 0.57% | - |
| HSV(B) | 54.4º | 0.68% | 0.87% | - |
| XYZ | 53.27 | 60.45 | 14.82 | - |
| YUV | 195.68 | 57.64 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 71 | 0 | 0.06 | 0.68 | 0.13 | 54.4 | 0.69 | 0.57 |
| Hex | DD | CF | 47 | 0 | 6 | 44 | D | 36 | 45 | 39 |
| Octal | 335 | 317 | 107 | 0 | 6 | 104 | 15 | 66 | 105 | 71 |
| Binary | 11011101 | 11001111 | 1000111 | 0 | 110 | 1000100 | 1101 | 110110 | 1000101 | 111001 |
Color Harmonies of #DDCF47
Complementary color
Monochromatic Colors of #DDCF47
Black with #DDCF47
Text Example
Text Example
White with #DDCF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCF47; }
p { color: rgb(221,207,71); }
H1.HeaderClassName
{
color: #DDCF47;
}
.AnyTagClassName
{
color: #DDCF47;
}
</style>
background-color css
<style>
a { background-color: #DDCF47; }
a { background-color: rgb(221,207,71); }
div.DivClassName
{
background-color: #DDCF47;
}
.BgClassName
{
background-color: #DDCF47;
}
</style>
border-color css
<style>
span { border-color: #DDCF47; }
span { border-color: rgb(221,207,71); }
td.TdClassName
{
border-color: #DDCF47;
}
.TagClassName
{
border-color: #DDCF47;
}
</style>