Shades of Confetti #DCD250
Tints of Confetti #DCD250
RGB
CMYK
RGB Variations
Color information
#DCD250 (or 0xDCD250) is known color: Confetti. HEX triplet: DC, D2 and 50. RGB value is (220,210,80). Sum of RGB (Red+Green+Blue) = 220+210+80=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD250 is #232DAF. Grayscale: #C6C6C6. Windows color (decimal): -2305456 or 5296860. OLE color: 5296860.
HSL color Cylindrical-coordinate representation of color #DCD250: hue angle of 55.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCD250 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 80 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.14 |
| HSL | 55.71º | 0.67% | 0.59% | - |
| HSV(B) | 55.71º | 0.64% | 0.86% | - |
| XYZ | 54.01 | 61.89 | 16.69 | - |
| YUV | 198.17 | 61.31 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 80 | 0 | 0.05 | 0.64 | 0.14 | 55.71 | 0.67 | 0.59 |
| Hex | DC | D2 | 50 | 0 | 5 | 40 | E | 38 | 43 | 3B |
| Octal | 334 | 322 | 120 | 0 | 5 | 100 | 16 | 70 | 103 | 73 |
| Binary | 11011100 | 11010010 | 1010000 | 0 | 101 | 1000000 | 1110 | 111000 | 1000011 | 111011 |
Color Harmonies of #DCD250
Complementary color
Monochromatic Colors of #DCD250
Black with #DCD250
Text Example
Text Example
White with #DCD250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD250; }
p { color: rgb(220,210,80); }
H1.HeaderClassName
{
color: #DCD250;
}
.AnyTagClassName
{
color: #DCD250;
}
</style>
background-color css
<style>
a { background-color: #DCD250; }
a { background-color: rgb(220,210,80); }
div.DivClassName
{
background-color: #DCD250;
}
.BgClassName
{
background-color: #DCD250;
}
</style>
border-color css
<style>
span { border-color: #DCD250; }
span { border-color: rgb(220,210,80); }
td.TdClassName
{
border-color: #DCD250;
}
.TagClassName
{
border-color: #DCD250;
}
</style>