Shades of Confetti #DCCF40
Tints of Confetti #DCCF40
RGB
CMYK
RGB Variations
Color information
#DCCF40 (or 0xDCCF40) is known color: Confetti. HEX triplet: DC, CF and 40. RGB value is (220,207,64). Sum of RGB (Red+Green+Blue) = 220+207+64=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF40 is #2330BF. Grayscale: #C3C3C3. Windows color (decimal): -2306240 or 4247516. OLE color: 4247516.
HSL color Cylindrical-coordinate representation of color #DCCF40: hue angle of 55º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCCF40 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 64 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.14 |
| HSL | 55º | 0.69% | 0.56% | - |
| HSV(B) | 55º | 0.71% | 0.86% | - |
| XYZ | 52.75 | 60.21 | 13.69 | - |
| YUV | 194.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 64 | 0 | 0.06 | 0.71 | 0.14 | 55 | 0.69 | 0.56 |
| Hex | DC | CF | 40 | 0 | 6 | 47 | E | 37 | 45 | 38 |
| Octal | 334 | 317 | 100 | 0 | 6 | 107 | 16 | 67 | 105 | 70 |
| Binary | 11011100 | 11001111 | 1000000 | 0 | 110 | 1000111 | 1110 | 110111 | 1000101 | 111000 |
Color Harmonies of #DCCF40
Complementary color
Monochromatic Colors of #DCCF40
Black with #DCCF40
Text Example
Text Example
White with #DCCF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF40; }
p { color: rgb(220,207,64); }
H1.HeaderClassName
{
color: #DCCF40;
}
.AnyTagClassName
{
color: #DCCF40;
}
</style>
background-color css
<style>
a { background-color: #DCCF40; }
a { background-color: rgb(220,207,64); }
div.DivClassName
{
background-color: #DCCF40;
}
.BgClassName
{
background-color: #DCCF40;
}
</style>
border-color css
<style>
span { border-color: #DCCF40; }
span { border-color: rgb(220,207,64); }
td.TdClassName
{
border-color: #DCCF40;
}
.TagClassName
{
border-color: #DCCF40;
}
</style>