Shades of Confetti #DCCE53
Tints of Confetti #DCCE53
RGB
CMYK
RGB Variations
Color information
#DCCE53 (or 0xDCCE53) is known color: Confetti. HEX triplet: DC, CE and 53. RGB value is (220,206,83). Sum of RGB (Red+Green+Blue) = 220+206+83=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 83 (32.81% from 255 or 16.31% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE53 is #2331AC. Grayscale: #C4C4C4. Windows color (decimal): -2306477 or 5492444. OLE color: 5492444.
HSL color Cylindrical-coordinate representation of color #DCCE53: hue angle of 53.87º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCCE53 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 83 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.14 |
| HSL | 53.87º | 0.66% | 0.59% | - |
| HSV(B) | 53.87º | 0.62% | 0.86% | - |
| XYZ | 53.15 | 59.98 | 16.96 | - |
| YUV | 196.16 | 64.14 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 83 | 0 | 0.06 | 0.62 | 0.14 | 53.87 | 0.66 | 0.59 |
| Hex | DC | CE | 53 | 0 | 6 | 3E | E | 36 | 42 | 3B |
| Octal | 334 | 316 | 123 | 0 | 6 | 76 | 16 | 66 | 102 | 73 |
| Binary | 11011100 | 11001110 | 1010011 | 0 | 110 | 111110 | 1110 | 110110 | 1000010 | 111011 |
Color Harmonies of #DCCE53
Complementary color
Monochromatic Colors of #DCCE53
Black with #DCCE53
Text Example
Text Example
White with #DCCE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE53; }
p { color: rgb(220,206,83); }
H1.HeaderClassName
{
color: #DCCE53;
}
.AnyTagClassName
{
color: #DCCE53;
}
</style>
background-color css
<style>
a { background-color: #DCCE53; }
a { background-color: rgb(220,206,83); }
div.DivClassName
{
background-color: #DCCE53;
}
.BgClassName
{
background-color: #DCCE53;
}
</style>
border-color css
<style>
span { border-color: #DCCE53; }
span { border-color: rgb(220,206,83); }
td.TdClassName
{
border-color: #DCCE53;
}
.TagClassName
{
border-color: #DCCE53;
}
</style>