Shades of Confetti #DCC843
Tints of Confetti #DCC843
RGB
CMYK
RGB Variations
Color information
#DCC843 (or 0xDCC843) is known color: Confetti. HEX triplet: DC, C8 and 43. RGB value is (220,200,67). Sum of RGB (Red+Green+Blue) = 220+200+67=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 67 (26.56% from 255 or 13.76% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC843 is #2337BC. Grayscale: #BFBFBF. Windows color (decimal): -2308029 or 4442332. OLE color: 4442332.
HSL color Cylindrical-coordinate representation of color #DCC843: hue angle of 52.16º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCC843 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 67 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.14 |
| HSL | 52.16º | 0.69% | 0.56% | - |
| HSV(B) | 52.16º | 0.7% | 0.86% | - |
| XYZ | 51.18 | 56.93 | 13.6 | - |
| YUV | 190.82 | 58.13 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 67 | 0 | 0.09 | 0.70 | 0.14 | 52.16 | 0.69 | 0.56 |
| Hex | DC | C8 | 43 | 0 | 9 | 46 | E | 34 | 45 | 38 |
| Octal | 334 | 310 | 103 | 0 | 11 | 106 | 16 | 64 | 105 | 70 |
| Binary | 11011100 | 11001000 | 1000011 | 0 | 1001 | 1000110 | 1110 | 110100 | 1000101 | 111000 |
Color Harmonies of #DCC843
Complementary color
Monochromatic Colors of #DCC843
Black with #DCC843
Text Example
Text Example
White with #DCC843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC843; }
p { color: rgb(220,200,67); }
H1.HeaderClassName
{
color: #DCC843;
}
.AnyTagClassName
{
color: #DCC843;
}
</style>
background-color css
<style>
a { background-color: #DCC843; }
a { background-color: rgb(220,200,67); }
div.DivClassName
{
background-color: #DCC843;
}
.BgClassName
{
background-color: #DCC843;
}
</style>
border-color css
<style>
span { border-color: #DCC843; }
span { border-color: rgb(220,200,67); }
td.TdClassName
{
border-color: #DCC843;
}
.TagClassName
{
border-color: #DCC843;
}
</style>