Shades of Confetti #DCC844
Tints of Confetti #DCC844
RGB
CMYK
RGB Variations
Color information
#DCC844 (or 0xDCC844) is known color: Confetti. HEX triplet: DC, C8 and 44. RGB value is (220,200,68). Sum of RGB (Red+Green+Blue) = 220+200+68=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 68 (26.95% from 255 or 13.93% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC844 is #2337BB. Grayscale: #BFBFBF. Windows color (decimal): -2308028 or 4507868. OLE color: 4507868.
HSL color Cylindrical-coordinate representation of color #DCC844: hue angle of 52.11º 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 #DCC844 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 68 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.14 |
| HSL | 52.11º | 0.68% | 0.56% | - |
| HSV(B) | 52.11º | 0.69% | 0.86% | - |
| XYZ | 51.21 | 56.94 | 13.76 | - |
| YUV | 190.93 | 58.63 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 68 | 0 | 0.09 | 0.69 | 0.14 | 52.11 | 0.68 | 0.56 |
| Hex | DC | C8 | 44 | 0 | 9 | 45 | E | 34 | 44 | 38 |
| Octal | 334 | 310 | 104 | 0 | 11 | 105 | 16 | 64 | 104 | 70 |
| Binary | 11011100 | 11001000 | 1000100 | 0 | 1001 | 1000101 | 1110 | 110100 | 1000100 | 111000 |
Color Harmonies of #DCC844
Complementary color
Monochromatic Colors of #DCC844
Black with #DCC844
Text Example
Text Example
White with #DCC844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC844; }
p { color: rgb(220,200,68); }
H1.HeaderClassName
{
color: #DCC844;
}
.AnyTagClassName
{
color: #DCC844;
}
</style>
background-color css
<style>
a { background-color: #DCC844; }
a { background-color: rgb(220,200,68); }
div.DivClassName
{
background-color: #DCC844;
}
.BgClassName
{
background-color: #DCC844;
}
</style>
border-color css
<style>
span { border-color: #DCC844; }
span { border-color: rgb(220,200,68); }
td.TdClassName
{
border-color: #DCC844;
}
.TagClassName
{
border-color: #DCC844;
}
</style>