Shades of Confetti #DCD151
Tints of Confetti #DCD151
RGB
CMYK
RGB Variations
Color information
#DCD151 (or 0xDCD151) is known color: Confetti. HEX triplet: DC, D1 and 51. RGB value is (220,209,81). Sum of RGB (Red+Green+Blue) = 220+209+81=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 81 (32.03% from 255 or 15.88% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD151 is #232EAE. Grayscale: #C6C6C6. Windows color (decimal): -2305711 or 5362140. OLE color: 5362140.
HSL color Cylindrical-coordinate representation of color #DCD151: hue angle of 55.25º 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 #DCD151 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 81 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.14 |
| HSL | 55.25º | 0.67% | 0.59% | - |
| HSV(B) | 55.25º | 0.63% | 0.86% | - |
| XYZ | 53.8 | 61.41 | 16.8 | - |
| YUV | 197.7 | 62.14 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 81 | 0 | 0.05 | 0.63 | 0.14 | 55.25 | 0.67 | 0.59 |
| Hex | DC | D1 | 51 | 0 | 5 | 3F | E | 37 | 43 | 3B |
| Octal | 334 | 321 | 121 | 0 | 5 | 77 | 16 | 67 | 103 | 73 |
| Binary | 11011100 | 11010001 | 1010001 | 0 | 101 | 111111 | 1110 | 110111 | 1000011 | 111011 |
Color Harmonies of #DCD151
Complementary color
Monochromatic Colors of #DCD151
Black with #DCD151
Text Example
Text Example
White with #DCD151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD151; }
p { color: rgb(220,209,81); }
H1.HeaderClassName
{
color: #DCD151;
}
.AnyTagClassName
{
color: #DCD151;
}
</style>
background-color css
<style>
a { background-color: #DCD151; }
a { background-color: rgb(220,209,81); }
div.DivClassName
{
background-color: #DCD151;
}
.BgClassName
{
background-color: #DCD151;
}
</style>
border-color css
<style>
span { border-color: #DCD151; }
span { border-color: rgb(220,209,81); }
td.TdClassName
{
border-color: #DCD151;
}
.TagClassName
{
border-color: #DCD151;
}
</style>