Shades of Confetti #DCC654
Tints of Confetti #DCC654
RGB
CMYK
RGB Variations
Color information
#DCC654 (or 0xDCC654) is known color: Confetti. HEX triplet: DC, C6 and 54. RGB value is (220,198,84). Sum of RGB (Red+Green+Blue) = 220+198+84=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 84 (33.20% from 255 or 16.73% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC654 is #2339AB. Grayscale: #C0C0C0. Windows color (decimal): -2308524 or 5555932. OLE color: 5555932.
HSL color Cylindrical-coordinate representation of color #DCC654: hue angle of 50.29º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCC654 is Cyan = 0, Magento = 0.1, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 84 | - |
| CMYK | 0 | 0.1 | 0.62 | 0.14 |
| HSL | 50.29º | 0.66% | 0.6% | - |
| HSV(B) | 50.29º | 0.62% | 0.86% | - |
| XYZ | 51.31 | 56.24 | 16.54 | - |
| YUV | 191.58 | 67.29 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 84 | 0 | 0.1 | 0.62 | 0.14 | 50.29 | 0.66 | 0.6 |
| Hex | DC | C6 | 54 | 0 | A | 3E | E | 32 | 42 | 3C |
| Octal | 334 | 306 | 124 | 0 | 12 | 76 | 16 | 62 | 102 | 74 |
| Binary | 11011100 | 11000110 | 1010100 | 0 | 1010 | 111110 | 1110 | 110010 | 1000010 | 111100 |
Color Harmonies of #DCC654
Complementary color
Monochromatic Colors of #DCC654
Black with #DCC654
Text Example
Text Example
White with #DCC654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC654; }
p { color: rgb(220,198,84); }
H1.HeaderClassName
{
color: #DCC654;
}
.AnyTagClassName
{
color: #DCC654;
}
</style>
background-color css
<style>
a { background-color: #DCC654; }
a { background-color: rgb(220,198,84); }
div.DivClassName
{
background-color: #DCC654;
}
.BgClassName
{
background-color: #DCC654;
}
</style>
border-color css
<style>
span { border-color: #DCC654; }
span { border-color: rgb(220,198,84); }
td.TdClassName
{
border-color: #DCC654;
}
.TagClassName
{
border-color: #DCC654;
}
</style>