Shades of Confetti #DCC959
Tints of Confetti #DCC959
RGB
CMYK
RGB Variations
Color information
#DCC959 (or 0xDCC959) is known color: Confetti. HEX triplet: DC, C9 and 59. RGB value is (220,201,89). Sum of RGB (Red+Green+Blue) = 220+201+89=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 89 (35.16% from 255 or 17.45% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC959 is #2336A6. Grayscale: #C2C2C2. Windows color (decimal): -2307751 or 5884380. OLE color: 5884380.
HSL color Cylindrical-coordinate representation of color #DCC959: hue angle of 51.3º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCC959 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 89 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.14 |
| HSL | 51.3º | 0.65% | 0.61% | - |
| HSV(B) | 51.3º | 0.6% | 0.86% | - |
| XYZ | 52.21 | 57.71 | 17.84 | - |
| YUV | 193.91 | 68.79 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 89 | 0 | 0.09 | 0.60 | 0.14 | 51.3 | 0.65 | 0.61 |
| Hex | DC | C9 | 59 | 0 | 9 | 3C | E | 33 | 41 | 3D |
| Octal | 334 | 311 | 131 | 0 | 11 | 74 | 16 | 63 | 101 | 75 |
| Binary | 11011100 | 11001001 | 1011001 | 0 | 1001 | 111100 | 1110 | 110011 | 1000001 | 111101 |
Color Harmonies of #DCC959
Complementary color
Monochromatic Colors of #DCC959
Black with #DCC959
Text Example
Text Example
White with #DCC959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC959; }
p { color: rgb(220,201,89); }
H1.HeaderClassName
{
color: #DCC959;
}
.AnyTagClassName
{
color: #DCC959;
}
</style>
background-color css
<style>
a { background-color: #DCC959; }
a { background-color: rgb(220,201,89); }
div.DivClassName
{
background-color: #DCC959;
}
.BgClassName
{
background-color: #DCC959;
}
</style>
border-color css
<style>
span { border-color: #DCC959; }
span { border-color: rgb(220,201,89); }
td.TdClassName
{
border-color: #DCC959;
}
.TagClassName
{
border-color: #DCC959;
}
</style>