Shades of Confetti #DCC758
Tints of Confetti #DCC758
RGB
CMYK
RGB Variations
Color information
#DCC758 (or 0xDCC758) is known color: Confetti. HEX triplet: DC, C7 and 58. RGB value is (220,199,88). Sum of RGB (Red+Green+Blue) = 220+199+88=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC758 is #2338A7. Grayscale: #C1C1C1. Windows color (decimal): -2308264 or 5818332. OLE color: 5818332.
HSL color Cylindrical-coordinate representation of color #DCC758: hue angle of 50.45º 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 #DCC758 is Cyan = 0, Magento = 0.10, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 88 | - |
| CMYK | 0 | 0.10 | 0.6 | 0.14 |
| HSL | 50.45º | 0.65% | 0.6% | - |
| HSV(B) | 50.45º | 0.6% | 0.86% | - |
| XYZ | 51.7 | 56.77 | 17.46 | - |
| YUV | 192.63 | 68.96 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 88 | 0 | 0.10 | 0.6 | 0.14 | 50.45 | 0.65 | 0.6 |
| Hex | DC | C7 | 58 | 0 | A | 3C | E | 32 | 41 | 3C |
| Octal | 334 | 307 | 130 | 0 | 12 | 74 | 16 | 62 | 101 | 74 |
| Binary | 11011100 | 11000111 | 1011000 | 0 | 1010 | 111100 | 1110 | 110010 | 1000001 | 111100 |
Color Harmonies of #DCC758
Complementary color
Monochromatic Colors of #DCC758
Black with #DCC758
Text Example
Text Example
White with #DCC758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC758; }
p { color: rgb(220,199,88); }
H1.HeaderClassName
{
color: #DCC758;
}
.AnyTagClassName
{
color: #DCC758;
}
</style>
background-color css
<style>
a { background-color: #DCC758; }
a { background-color: rgb(220,199,88); }
div.DivClassName
{
background-color: #DCC758;
}
.BgClassName
{
background-color: #DCC758;
}
</style>
border-color css
<style>
span { border-color: #DCC758; }
span { border-color: rgb(220,199,88); }
td.TdClassName
{
border-color: #DCC758;
}
.TagClassName
{
border-color: #DCC758;
}
</style>