Shades of Confetti #DDCF4D
Tints of Confetti #DDCF4D
RGB
CMYK
RGB Variations
Color information
#DDCF4D (or 0xDDCF4D) is known color: Confetti. HEX triplet: DD, CF and 4D. RGB value is (221,207,77). Sum of RGB (Red+Green+Blue) = 221+207+77=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 77 (30.47% from 255 or 15.25% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF4D is #2230B2. Grayscale: #C4C4C4. Windows color (decimal): -2240691 or 5099485. OLE color: 5099485.
HSL color Cylindrical-coordinate representation of color #DDCF4D: hue angle of 54.17º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDCF4D is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 77 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.13 |
| HSL | 54.17º | 0.68% | 0.58% | - |
| HSV(B) | 54.17º | 0.65% | 0.87% | - |
| XYZ | 53.47 | 60.53 | 15.89 | - |
| YUV | 196.37 | 60.64 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 77 | 0 | 0.06 | 0.65 | 0.13 | 54.17 | 0.68 | 0.58 |
| Hex | DD | CF | 4D | 0 | 6 | 41 | D | 36 | 44 | 3A |
| Octal | 335 | 317 | 115 | 0 | 6 | 101 | 15 | 66 | 104 | 72 |
| Binary | 11011101 | 11001111 | 1001101 | 0 | 110 | 1000001 | 1101 | 110110 | 1000100 | 111010 |
Color Harmonies of #DDCF4D
Complementary color
Monochromatic Colors of #DDCF4D
Black with #DDCF4D
Text Example
Text Example
White with #DDCF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCF4D; }
p { color: rgb(221,207,77); }
H1.HeaderClassName
{
color: #DDCF4D;
}
.AnyTagClassName
{
color: #DDCF4D;
}
</style>
background-color css
<style>
a { background-color: #DDCF4D; }
a { background-color: rgb(221,207,77); }
div.DivClassName
{
background-color: #DDCF4D;
}
.BgClassName
{
background-color: #DDCF4D;
}
</style>
border-color css
<style>
span { border-color: #DDCF4D; }
span { border-color: rgb(221,207,77); }
td.TdClassName
{
border-color: #DDCF4D;
}
.TagClassName
{
border-color: #DDCF4D;
}
</style>