Shades of Confetti #DCC04E
Tints of Confetti #DCC04E
RGB
CMYK
RGB Variations
Color information
#DCC04E (or 0xDCC04E) is known color: Confetti. HEX triplet: DC, C0 and 4E. RGB value is (220,192,78). Sum of RGB (Red+Green+Blue) = 220+192+78=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 78 (30.86% from 255 or 15.92% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC04E is #233FB1. Grayscale: #BBBBBB. Windows color (decimal): -2310066 or 5161180. OLE color: 5161180.
HSL color Cylindrical-coordinate representation of color #DCC04E: hue angle of 48.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCC04E is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 78 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.14 |
| HSL | 48.17º | 0.67% | 0.58% | - |
| HSV(B) | 48.17º | 0.65% | 0.86% | - |
| XYZ | 49.74 | 53.46 | 14.91 | - |
| YUV | 187.38 | 66.28 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 78 | 0 | 0.13 | 0.65 | 0.14 | 48.17 | 0.67 | 0.58 |
| Hex | DC | C0 | 4E | 0 | D | 41 | E | 30 | 43 | 3A |
| Octal | 334 | 300 | 116 | 0 | 15 | 101 | 16 | 60 | 103 | 72 |
| Binary | 11011100 | 11000000 | 1001110 | 0 | 1101 | 1000001 | 1110 | 110000 | 1000011 | 111010 |
Color Harmonies of #DCC04E
Complementary color
Monochromatic Colors of #DCC04E
Black with #DCC04E
Text Example
Text Example
White with #DCC04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC04E; }
p { color: rgb(220,192,78); }
H1.HeaderClassName
{
color: #DCC04E;
}
.AnyTagClassName
{
color: #DCC04E;
}
</style>
background-color css
<style>
a { background-color: #DCC04E; }
a { background-color: rgb(220,192,78); }
div.DivClassName
{
background-color: #DCC04E;
}
.BgClassName
{
background-color: #DCC04E;
}
</style>
border-color css
<style>
span { border-color: #DCC04E; }
span { border-color: rgb(220,192,78); }
td.TdClassName
{
border-color: #DCC04E;
}
.TagClassName
{
border-color: #DCC04E;
}
</style>