Shades of Confetti #DDCF40
Tints of Confetti #DDCF40
RGB
CMYK
RGB Variations
Color information
#DDCF40 (or 0xDDCF40) is known color: Confetti. HEX triplet: DD, CF and 40. RGB value is (221,207,64). Sum of RGB (Red+Green+Blue) = 221+207+64=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCF40 is #2230BF. Grayscale: #C3C3C3. Windows color (decimal): -2240704 or 4247517. OLE color: 4247517.
HSL color Cylindrical-coordinate representation of color #DDCF40: hue angle of 54.65º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDCF40 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 64 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.13 |
| HSL | 54.65º | 0.7% | 0.56% | - |
| HSV(B) | 54.65º | 0.71% | 0.87% | - |
| XYZ | 53.06 | 60.37 | 13.71 | - |
| YUV | 194.88 | 54.14 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 64 | 0 | 0.06 | 0.71 | 0.13 | 54.65 | 0.7 | 0.56 |
| Hex | DD | CF | 40 | 0 | 6 | 47 | D | 37 | 46 | 38 |
| Octal | 335 | 317 | 100 | 0 | 6 | 107 | 15 | 67 | 106 | 70 |
| Binary | 11011101 | 11001111 | 1000000 | 0 | 110 | 1000111 | 1101 | 110111 | 1000110 | 111000 |
Color Harmonies of #DDCF40
Complementary color
Monochromatic Colors of #DDCF40
Black with #DDCF40
Text Example
Text Example
White with #DDCF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCF40; }
p { color: rgb(221,207,64); }
H1.HeaderClassName
{
color: #DDCF40;
}
.AnyTagClassName
{
color: #DDCF40;
}
</style>
background-color css
<style>
a { background-color: #DDCF40; }
a { background-color: rgb(221,207,64); }
div.DivClassName
{
background-color: #DDCF40;
}
.BgClassName
{
background-color: #DDCF40;
}
</style>
border-color css
<style>
span { border-color: #DDCF40; }
span { border-color: rgb(221,207,64); }
td.TdClassName
{
border-color: #DDCF40;
}
.TagClassName
{
border-color: #DDCF40;
}
</style>