Shades of Confetti #DCD141
Tints of Confetti #DCD141
RGB
CMYK
RGB Variations
Color information
#DCD141 (or 0xDCD141) is known color: Confetti. HEX triplet: DC, D1 and 41. RGB value is (220,209,65). Sum of RGB (Red+Green+Blue) = 220+209+65=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 65 (25.78% from 255 or 13.16% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD141 is #232EBE. Grayscale: #C4C4C4. Windows color (decimal): -2305727 or 4313564. OLE color: 4313564.
HSL color Cylindrical-coordinate representation of color #DCD141: hue angle of 55.74º 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 #DCD141 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 65 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.14 |
| HSL | 55.74º | 0.69% | 0.56% | - |
| HSV(B) | 55.74º | 0.7% | 0.86% | - |
| XYZ | 53.27 | 61.2 | 14.01 | - |
| YUV | 195.87 | 54.14 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 65 | 0 | 0.05 | 0.70 | 0.14 | 55.74 | 0.69 | 0.56 |
| Hex | DC | D1 | 41 | 0 | 5 | 46 | E | 38 | 45 | 38 |
| Octal | 334 | 321 | 101 | 0 | 5 | 106 | 16 | 70 | 105 | 70 |
| Binary | 11011100 | 11010001 | 1000001 | 0 | 101 | 1000110 | 1110 | 111000 | 1000101 | 111000 |
Color Harmonies of #DCD141
Complementary color
Monochromatic Colors of #DCD141
Black with #DCD141
Text Example
Text Example
White with #DCD141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD141; }
p { color: rgb(220,209,65); }
H1.HeaderClassName
{
color: #DCD141;
}
.AnyTagClassName
{
color: #DCD141;
}
</style>
background-color css
<style>
a { background-color: #DCD141; }
a { background-color: rgb(220,209,65); }
div.DivClassName
{
background-color: #DCD141;
}
.BgClassName
{
background-color: #DCD141;
}
</style>
border-color css
<style>
span { border-color: #DCD141; }
span { border-color: rgb(220,209,65); }
td.TdClassName
{
border-color: #DCD141;
}
.TagClassName
{
border-color: #DCD141;
}
</style>