Shades of Confetti #DCC044
Tints of Confetti #DCC044
RGB
CMYK
RGB Variations
Color information
#DCC044 (or 0xDCC044) is known color: Confetti. HEX triplet: DC, C0 and 44. RGB value is (220,192,68). Sum of RGB (Red+Green+Blue) = 220+192+68=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 68 (26.95% from 255 or 14.17% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC044 is #233FBB. Grayscale: #BABABA. Windows color (decimal): -2310076 or 4505820. OLE color: 4505820.
HSL color Cylindrical-coordinate representation of color #DCC044: hue angle of 48.95º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCC044 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 68 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.14 |
| HSL | 48.95º | 0.68% | 0.56% | - |
| HSV(B) | 48.95º | 0.69% | 0.86% | - |
| XYZ | 49.41 | 53.33 | 13.16 | - |
| YUV | 186.24 | 61.28 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 68 | 0 | 0.13 | 0.69 | 0.14 | 48.95 | 0.68 | 0.56 |
| Hex | DC | C0 | 44 | 0 | D | 45 | E | 31 | 44 | 38 |
| Octal | 334 | 300 | 104 | 0 | 15 | 105 | 16 | 61 | 104 | 70 |
| Binary | 11011100 | 11000000 | 1000100 | 0 | 1101 | 1000101 | 1110 | 110001 | 1000100 | 111000 |
Color Harmonies of #DCC044
Complementary color
Monochromatic Colors of #DCC044
Black with #DCC044
Text Example
Text Example
White with #DCC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC044; }
p { color: rgb(220,192,68); }
H1.HeaderClassName
{
color: #DCC044;
}
.AnyTagClassName
{
color: #DCC044;
}
</style>
background-color css
<style>
a { background-color: #DCC044; }
a { background-color: rgb(220,192,68); }
div.DivClassName
{
background-color: #DCC044;
}
.BgClassName
{
background-color: #DCC044;
}
</style>
border-color css
<style>
span { border-color: #DCC044; }
span { border-color: rgb(220,192,68); }
td.TdClassName
{
border-color: #DCC044;
}
.TagClassName
{
border-color: #DCC044;
}
</style>