Shades of Confetti #DCCE54
Tints of Confetti #DCCE54
RGB
CMYK
RGB Variations
Color information
#DCCE54 (or 0xDCCE54) is known color: Confetti. HEX triplet: DC, CE and 54. RGB value is (220,206,84). Sum of RGB (Red+Green+Blue) = 220+206+84=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 84 (33.20% from 255 or 16.47% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE54 is #2331AB. Grayscale: #C4C4C4. Windows color (decimal): -2306476 or 5557980. OLE color: 5557980.
HSL color Cylindrical-coordinate representation of color #DCCE54: hue angle of 53.82º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCCE54 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 84 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.14 |
| HSL | 53.82º | 0.66% | 0.6% | - |
| HSV(B) | 53.82º | 0.62% | 0.86% | - |
| XYZ | 53.19 | 60 | 17.17 | - |
| YUV | 196.28 | 64.64 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 84 | 0 | 0.06 | 0.62 | 0.14 | 53.82 | 0.66 | 0.6 |
| Hex | DC | CE | 54 | 0 | 6 | 3E | E | 36 | 42 | 3C |
| Octal | 334 | 316 | 124 | 0 | 6 | 76 | 16 | 66 | 102 | 74 |
| Binary | 11011100 | 11001110 | 1010100 | 0 | 110 | 111110 | 1110 | 110110 | 1000010 | 111100 |
Color Harmonies of #DCCE54
Complementary color
Monochromatic Colors of #DCCE54
Black with #DCCE54
Text Example
Text Example
White with #DCCE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE54; }
p { color: rgb(220,206,84); }
H1.HeaderClassName
{
color: #DCCE54;
}
.AnyTagClassName
{
color: #DCCE54;
}
</style>
background-color css
<style>
a { background-color: #DCCE54; }
a { background-color: rgb(220,206,84); }
div.DivClassName
{
background-color: #DCCE54;
}
.BgClassName
{
background-color: #DCCE54;
}
</style>
border-color css
<style>
span { border-color: #DCCE54; }
span { border-color: rgb(220,206,84); }
td.TdClassName
{
border-color: #DCCE54;
}
.TagClassName
{
border-color: #DCCE54;
}
</style>