Shades of Confetti #DCC858
Tints of Confetti #DCC858
RGB
CMYK
RGB Variations
Color information
#DCC858 (or 0xDCC858) is known color: Confetti. HEX triplet: DC, C8 and 58. RGB value is (220,200,88). Sum of RGB (Red+Green+Blue) = 220+200+88=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 88 (34.77% from 255 or 17.32% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC858 is #2337A7. Grayscale: #C1C1C1. Windows color (decimal): -2308008 or 5818588. OLE color: 5818588.
HSL color Cylindrical-coordinate representation of color #DCC858: hue angle of 50.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCC858 is Cyan = 0, Magento = 0.09, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 88 | - |
| CMYK | 0 | 0.09 | 0.6 | 0.14 |
| HSL | 50.91º | 0.65% | 0.6% | - |
| HSV(B) | 50.91º | 0.6% | 0.86% | - |
| XYZ | 51.93 | 57.23 | 17.54 | - |
| YUV | 193.21 | 68.63 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 88 | 0 | 0.09 | 0.6 | 0.14 | 50.91 | 0.65 | 0.6 |
| Hex | DC | C8 | 58 | 0 | 9 | 3C | E | 33 | 41 | 3C |
| Octal | 334 | 310 | 130 | 0 | 11 | 74 | 16 | 63 | 101 | 74 |
| Binary | 11011100 | 11001000 | 1011000 | 0 | 1001 | 111100 | 1110 | 110011 | 1000001 | 111100 |
Color Harmonies of #DCC858
Complementary color
Monochromatic Colors of #DCC858
Black with #DCC858
Text Example
Text Example
White with #DCC858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC858; }
p { color: rgb(220,200,88); }
H1.HeaderClassName
{
color: #DCC858;
}
.AnyTagClassName
{
color: #DCC858;
}
</style>
background-color css
<style>
a { background-color: #DCC858; }
a { background-color: rgb(220,200,88); }
div.DivClassName
{
background-color: #DCC858;
}
.BgClassName
{
background-color: #DCC858;
}
</style>
border-color css
<style>
span { border-color: #DCC858; }
span { border-color: rgb(220,200,88); }
td.TdClassName
{
border-color: #DCC858;
}
.TagClassName
{
border-color: #DCC858;
}
</style>