Shades of Confetti #DCCE51
Tints of Confetti #DCCE51
RGB
CMYK
RGB Variations
Color information
#DCCE51 (or 0xDCCE51) is known color: Confetti. HEX triplet: DC, CE and 51. RGB value is (220,206,81). Sum of RGB (Red+Green+Blue) = 220+206+81=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 81 (32.03% from 255 or 15.98% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE51 is #2331AE. Grayscale: #C4C4C4. Windows color (decimal): -2306479 or 5361372. OLE color: 5361372.
HSL color Cylindrical-coordinate representation of color #DCCE51: hue angle of 53.96º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCCE51 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 81 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.14 |
| HSL | 53.96º | 0.67% | 0.59% | - |
| HSV(B) | 53.96º | 0.63% | 0.86% | - |
| XYZ | 53.07 | 59.95 | 16.56 | - |
| YUV | 195.94 | 63.14 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 81 | 0 | 0.06 | 0.63 | 0.14 | 53.96 | 0.67 | 0.59 |
| Hex | DC | CE | 51 | 0 | 6 | 3F | E | 36 | 43 | 3B |
| Octal | 334 | 316 | 121 | 0 | 6 | 77 | 16 | 66 | 103 | 73 |
| Binary | 11011100 | 11001110 | 1010001 | 0 | 110 | 111111 | 1110 | 110110 | 1000011 | 111011 |
Color Harmonies of #DCCE51
Complementary color
Monochromatic Colors of #DCCE51
Black with #DCCE51
Text Example
Text Example
White with #DCCE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE51; }
p { color: rgb(220,206,81); }
H1.HeaderClassName
{
color: #DCCE51;
}
.AnyTagClassName
{
color: #DCCE51;
}
</style>
background-color css
<style>
a { background-color: #DCCE51; }
a { background-color: rgb(220,206,81); }
div.DivClassName
{
background-color: #DCCE51;
}
.BgClassName
{
background-color: #DCCE51;
}
</style>
border-color css
<style>
span { border-color: #DCCE51; }
span { border-color: rgb(220,206,81); }
td.TdClassName
{
border-color: #DCCE51;
}
.TagClassName
{
border-color: #DCCE51;
}
</style>