Shades of Confetti #DCD143
Tints of Confetti #DCD143
RGB
CMYK
RGB Variations
Color information
#DCD143 (or 0xDCD143) is known color: Confetti. HEX triplet: DC, D1 and 43. RGB value is (220,209,67). Sum of RGB (Red+Green+Blue) = 220+209+67=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 67 (26.56% from 255 or 13.51% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD143 is #232EBC. Grayscale: #C4C4C4. Windows color (decimal): -2305725 or 4444636. OLE color: 4444636.
HSL color Cylindrical-coordinate representation of color #DCD143: hue angle of 55.69º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCD143 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 67 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.14 |
| HSL | 55.69º | 0.69% | 0.56% | - |
| HSV(B) | 55.69º | 0.7% | 0.86% | - |
| XYZ | 53.33 | 61.22 | 14.32 | - |
| YUV | 196.1 | 55.14 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 67 | 0 | 0.05 | 0.70 | 0.14 | 55.69 | 0.69 | 0.56 |
| Hex | DC | D1 | 43 | 0 | 5 | 46 | E | 38 | 45 | 38 |
| Octal | 334 | 321 | 103 | 0 | 5 | 106 | 16 | 70 | 105 | 70 |
| Binary | 11011100 | 11010001 | 1000011 | 0 | 101 | 1000110 | 1110 | 111000 | 1000101 | 111000 |
Color Harmonies of #DCD143
Complementary color
Monochromatic Colors of #DCD143
Black with #DCD143
Text Example
Text Example
White with #DCD143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD143; }
p { color: rgb(220,209,67); }
H1.HeaderClassName
{
color: #DCD143;
}
.AnyTagClassName
{
color: #DCD143;
}
</style>
background-color css
<style>
a { background-color: #DCD143; }
a { background-color: rgb(220,209,67); }
div.DivClassName
{
background-color: #DCD143;
}
.BgClassName
{
background-color: #DCD143;
}
</style>
border-color css
<style>
span { border-color: #DCD143; }
span { border-color: rgb(220,209,67); }
td.TdClassName
{
border-color: #DCD143;
}
.TagClassName
{
border-color: #DCD143;
}
</style>