Shades of Confetti #DCC254
Tints of Confetti #DCC254
RGB
CMYK
RGB Variations
Color information
#DCC254 (or 0xDCC254) is known color: Confetti. HEX triplet: DC, C2 and 54. RGB value is (220,194,84). Sum of RGB (Red+Green+Blue) = 220+194+84=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC254 is #233DAB. Grayscale: #BDBDBD. Windows color (decimal): -2309548 or 5554908. OLE color: 5554908.
HSL color Cylindrical-coordinate representation of color #DCC254: hue angle of 48.53º 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 #DCC254 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 84 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.14 |
| HSL | 48.53º | 0.66% | 0.6% | - |
| HSV(B) | 48.53º | 0.62% | 0.86% | - |
| XYZ | 50.41 | 54.44 | 16.24 | - |
| YUV | 189.23 | 68.61 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 84 | 0 | 0.12 | 0.62 | 0.14 | 48.53 | 0.66 | 0.6 |
| Hex | DC | C2 | 54 | 0 | C | 3E | E | 31 | 42 | 3C |
| Octal | 334 | 302 | 124 | 0 | 14 | 76 | 16 | 61 | 102 | 74 |
| Binary | 11011100 | 11000010 | 1010100 | 0 | 1100 | 111110 | 1110 | 110001 | 1000010 | 111100 |
Color Harmonies of #DCC254
Complementary color
Monochromatic Colors of #DCC254
Black with #DCC254
Text Example
Text Example
White with #DCC254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC254; }
p { color: rgb(220,194,84); }
H1.HeaderClassName
{
color: #DCC254;
}
.AnyTagClassName
{
color: #DCC254;
}
</style>
background-color css
<style>
a { background-color: #DCC254; }
a { background-color: rgb(220,194,84); }
div.DivClassName
{
background-color: #DCC254;
}
.BgClassName
{
background-color: #DCC254;
}
</style>
border-color css
<style>
span { border-color: #DCC254; }
span { border-color: rgb(220,194,84); }
td.TdClassName
{
border-color: #DCC254;
}
.TagClassName
{
border-color: #DCC254;
}
</style>