Shades of Confetti #DCCF4E
Tints of Confetti #DCCF4E
RGB
CMYK
RGB Variations
Color information
#DCCF4E (or 0xDCCF4E) is known color: Confetti. HEX triplet: DC, CF and 4E. RGB value is (220,207,78). Sum of RGB (Red+Green+Blue) = 220+207+78=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 78 (30.86% from 255 or 15.45% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF4E is #2330B1. Grayscale: #C4C4C4. Windows color (decimal): -2306226 or 5165020. OLE color: 5165020.
HSL color Cylindrical-coordinate representation of color #DCCF4E: hue angle of 54.51º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCCF4E is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 78 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.14 |
| HSL | 54.51º | 0.67% | 0.58% | - |
| HSV(B) | 54.51º | 0.65% | 0.86% | - |
| XYZ | 53.2 | 60.39 | 16.06 | - |
| YUV | 196.18 | 61.31 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 78 | 0 | 0.06 | 0.65 | 0.14 | 54.51 | 0.67 | 0.58 |
| Hex | DC | CF | 4E | 0 | 6 | 41 | E | 37 | 43 | 3A |
| Octal | 334 | 317 | 116 | 0 | 6 | 101 | 16 | 67 | 103 | 72 |
| Binary | 11011100 | 11001111 | 1001110 | 0 | 110 | 1000001 | 1110 | 110111 | 1000011 | 111010 |
Color Harmonies of #DCCF4E
Complementary color
Monochromatic Colors of #DCCF4E
Black with #DCCF4E
Text Example
Text Example
White with #DCCF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF4E; }
p { color: rgb(220,207,78); }
H1.HeaderClassName
{
color: #DCCF4E;
}
.AnyTagClassName
{
color: #DCCF4E;
}
</style>
background-color css
<style>
a { background-color: #DCCF4E; }
a { background-color: rgb(220,207,78); }
div.DivClassName
{
background-color: #DCCF4E;
}
.BgClassName
{
background-color: #DCCF4E;
}
</style>
border-color css
<style>
span { border-color: #DCCF4E; }
span { border-color: rgb(220,207,78); }
td.TdClassName
{
border-color: #DCCF4E;
}
.TagClassName
{
border-color: #DCCF4E;
}
</style>